Rariusz
Rariusz

Reputation: 73

Interpolation of 3D grid data

I have six point in 3D plot. For example:

x = [2, 28 , 44, 33, 10, 19]
y = [23, 49, 8, 42, 32, 19]
z = [23.5955, 23.7141, 23.7410, 23.5603, 23.7948, 23.6131]

In matlab I can use griddata function and the result:

3D Plot results:

Now I need do the same interpolation in C in LabWIndows. I search internet and I don't find source code or example in C how to do linear interpolation in 3D grid plot. Someone can help in the topic? In LabWindows I can use OpenGL also.

Upvotes: 0

Views: 553

Answers (0)

Related Questions