LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Import Text File To Interpolated 3D Surface

Solved!
Go to solution
Solution
Accepted by Linty_C

If you want to have the axes shows as 0..100, just create x and y ramps with N (i.e. size of dimension!) elements going from 0 to 100.

 

altenbach_0-1667592816072.png

 

Message 11 of 13
(376 Views)

Great - Thank you @Altenbach! In case anyone is curious, here is a sample what real world data looks like on a log-scale.

Linty_C_0-1668093099684.png

 

0 Kudos
Message 12 of 13
(333 Views)

I am glad you got it working.

 

(There were definitely some head-scratchers in your original code, for example basing the x and y axes on the Zmin and Zmax of a particular row or column instead of the array indices. 😄 )

0 Kudos
Message 13 of 13
(325 Views)