03-13-2013 04:00 PM - edited 03-13-2013 04:27 PM
Hi,
Can anyone please tell me how can I use this following Matlab Code in Labview without using MATHSCRIPT...?
stop = 0.001;
start = -0.001;
point = 10;
distance = ( stop - start ) / point;
t = ( start : distance : stop );
t1 = t(find(t~=stop))
here t1 will give me an 1D array of 10 points. And I want to save these points in a file. How can I do that?
03-15-2013 08:56 AM
Sounds like you need LabVIEW 101.
Just re-write this simple math in LabVIEW.
03-15-2013 09:11 AM
Duplicate - http://forums.ni.com/t5/LabVIEW/MATHSCRIPT-in-LabView-7-1/m-p/2351506#M734237
Winter, keep the discussion in that thread.