Interpolating a scalar field in a 3D space

后端 未结 3 682
闹比i
闹比i 2021-01-05 05:00

I have a 3D space (x, y, z) with an additional parameter at each point (energy), giving 4 dimensions of data in total.

I would like to find a set of x, y, z points w

3条回答
  •  星月不相逢
    2021-01-05 05:49

    Why not try quadlinear interpolation?

    extend Trilinear interpolation by another dimension. As long as a linear interpolation model fits your data, it should work.

提交回复
热议问题