LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

trapezoidal rule in labview from matlab function.

Hello guys,

I am facing some issues converting this Matlab code into Labview G-code.

code:

defect(n_defect).area=trapz(t_stamps{n_defect},profiles{n_defect});

 

the inputs are time and an array of samples.

but in labview there is function called IntegralX(t) which does the same but the input terminals gets me confused.

 

 

thanks for your help,

Akash.

 

0 Kudos
Message 1 of 2
(3,432 Views)
Message 2 of 2
(3,406 Views)