LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Matlab Code in LabView - Need Help

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?

0 Kudos
Message 1 of 3
(2,328 Views)

Sounds like you need LabVIEW 101.

 

Just re-write this simple math in LabVIEW.

http://www.medicollector.com
0 Kudos
Message 2 of 3
(2,281 Views)

Duplicate - http://forums.ni.com/t5/LabVIEW/MATHSCRIPT-in-LabView-7-1/m-p/2351506#M734237

 

Winter, keep the discussion in that thread.


___________________
Try to take over the world!
0 Kudos
Message 3 of 3
(2,277 Views)