LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

what do you mean by porting MATLAB into LABVIEW

Hi,

 

I'm using some image processing file in MATLAB. Someone suggested that I port these files into LABVIEW. I have no idea what that means. Can someone explain what porting into LABVIEW literally means?

 

Thanks

Sukanya

0 Kudos
Message 1 of 3
(2,880 Views)
Literally? It means rewriting the code in LabVIEW. Totally different language. Also different execution style. Practically? It probably means just calling the Matlab script from LabVIEW using the Matlab script node. Check the LabVIEW Help for more information on calling Matlab from LabVIEW.
Message 2 of 3
(2,877 Views)

In the latest versions of LabVIEW, NI introduced the Mathscript node. It is a textual language that is compatible with m-files. For more information, see this link:

 

http://www.ni.com/labview/mathscript.htm 

 

Now, depending of the m-script you have, you can run it in LabVIEW. Here is an abridged list of function is LV:

 

http://zone.ni.com/devzone/cda/tut/p/id/3803 

 

Hope this helps.

Barp - Control, Simulation, RTT and HIL - National Instruments
0 Kudos
Message 3 of 3
(2,850 Views)