08-21-2017 06:05 AM
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.
08-21-2017 07:13 AM
is an alternative to Integral x(t) (VI)