07-28-2009 09:37 AM
I have an application that calls Matlab via a Matlab Script Node. Matlab opens when the vi is first loaded but afterwards the user can close it and LabView throws an error. Is there any way I can check if Matlab is open and if not, open it?
H
07-28-2009 10:24 AM
Hi HernanGrecco,
you can use the WinAPI. Try to get a handle to matlab. If you get a valid handle, then it's opened otherwise not.
Mike