01-03-2007 05:22 AM
01-03-2007
05:58 AM
- last edited on
03-14-2025
01:02 PM
by
Content Cleaner
The MATLAB Script Node is basically an interface to the MATLAB application installed on the machine. As far as I remember, the MATLAB Script Node uses what's called a "script server" that connects to a hidden instance of MATLAB when the VI is loaded into memory. It's the same case for executables; you have to have MATLAB installed on the machine that runs the executable VI.
I suggest that you take a look at the MathScript feature in LabVIEW 8.20. It is able to execute many common m-scripts and MATLAB style functions all in LabVIEW - and with 8.20 it will even work with executables... Check out this thread!
Good luck!
01-03-2007 06:42 AM
Thanks Phillip - it all makes sense
Cheers
Ash