Hello,
I would like to execute a Matlab m-file several times from LabView.
I want to start Matlab only once at the beginning and then leave it opened.
If I use the SystemExecution.vi, I can use the system instruction to execute the script, but this also starts Matlab.
I don't think that using Math Script Node is a good idea, since the
Matlab code is huge and consists of lots of m-files, therefore I don't
want to paste the whole code into the Script Node.
How can I do this?
Regards,
Gerald