02-25-2011 08:18 PM
I am using Smart Camera NI 1762, is Lab view understand matlab code?
can I upload m file to labview?
Thanks,
Mahmoud
03-01-2011
12:01 PM
- last edited on
01-28-2025
12:59 PM
by
Content Cleaner
Have you looked at MathScript? It is built in to LabVIEW and uses very similar syntax:
-Karl
01-18-2013 11:43 AM
Any updates to this?
Ideally I would like to import m files directly into LabVIEW. So we simply update the m file and the changes automatically propagate to LabVIEW.
The link above does not function.
01-18-2013
12:48 PM
- last edited on
01-28-2025
01:00 PM
by
Content Cleaner
You have two options the Mathscript Node or the Matlab script node.
Mathscript requires that the mathscript module in LabVIEW be installed. Mathscript syntax is similar to that of Matlab.
Matlab script node requires LabVIEW Full or Pro, as well as an installation of Matlab on the computer. It works by using the Matlab script server to execute the m-files directly in Matlab. https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/functions/script-node.html
Both options will allow you to refer to m-files on disk that can be modified independent of the LabVIEW code.