LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Data interpolation inside a volume

Solved!
Go to solution

@Rufnek wrote:

xi, yi, and zi (coordinates points) are vectors. I prefer manipulate 3d arrays so, the function accept coordinates in 3d arrays. This arrays are converted into vectors and then your code is used. That's nothing.


 I still don't understand how you are converting a 3D array into vectors. Can you show some code?


Could it be that you are talking about 3xN or Nx3 2D arrays? That would make more sense in this context.

0 Kudos
Message 11 of 12
(1,051 Views)

My datas are saved in a 3d array and stay as a 3d array.

 

Original coordinates are saved in 3 vectors (x, y, z). The interpolated coordinates are saved in 3 3d arrays. I reshape this 3 3d arrays in order to calculates fractional indexes and then, I interpolate using your code.

I send you a capture, is it more clear ?

Capture.PNG

Maybe I'm doing something wrong or useless...

0 Kudos
Message 12 of 12
(1,039 Views)