10-23-2008 12:57 PM
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
10-23-2008 12:59 PM
10-24-2008
01:31 AM
- last edited on
01-28-2025
12:21 PM
by
Content Cleaner
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.