LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

3d interpolation table

Hi i'm a new user in labview 

and i couldn't find any solution for my problem

 

i need to create a table with :

1- 3D interpolation ( enter with x , y , values and get z)

2- create a function to make the user able to multiselect values in the table , then push bottom of ( increament , dercreament ,...)

 

Thanks in adavance 

 

0 Kudos
Message 1 of 3
(2,295 Views)
(Sorry, posting by phone)

1- search the forum or help for bilinear interpolation.
2- use a table, then use mouse-down events to toggle selection. Change cell background if selected. Use buttons to increment selected cells, etc. Keep numeric array with values and Boolean array to track selection.
0 Kudos
Message 2 of 3
(2,280 Views)
Plz more describe second point (mouse down event toggle selection ) !!!!
0 Kudos
Message 3 of 3
(2,234 Views)