LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I perform the interp3 function in matlab in LabVIEW

I have the following data attached (DTTT.txt).  The four columns are as follows: Column 1, 2 and 3 are (fixed) measurement points and the fourth column is the resulting measurement data using these 3 points. What I need to do is find the value that should be in column 4 with the values in columns 1, 2 and 3 of (i.e. 0, 100 and 20).  Is there any base function in LabVIEW for performing this interpolation? I would be using interp3 in matlab for this, but we only want to use strict LabVIEW code in this project (i.e. no external interface to matlab allowed). Thanks for any help I can get...
0 Kudos
Message 1 of 2
(3,631 Views)

There are quite a few interpolation functions in LabVIEW.

Go to

Function Palette

then

Mathematics Palette

then

Interp & Etrap Palette

and choose the VI that will work from there.

CLD | CTD
LabVIEW 2011 SP1 | TestStand 4.5
0 Kudos
Message 2 of 2
(3,591 Views)