LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way that you can make MATLAB the primary program that runs your system and compile LABVIEW to accomadate MATLAB?

The problem is we have a Mac G4, also our LABVIEW version does not have MATLAB script nodes because it is the MAC version. Is their a way we can compile LABVIEW so that we can intergrate LABVIEW into MATLAB, and run our system from the MATLAB code?
0 Kudos
Message 1 of 2
(2,607 Views)
Hello,

Does MATLAB allow you to call an external program (an EXE) from within a MATLAB script? If so, then you can use the Application Builder in LabVIEW to build your VI into an EXE, then call that EXE from MATLAB. Similarly, if MATLAB allows you call shared libraries, you can build your VI into a shared library and call that from your MATLAB Script.

Of course, these suggestions require that you have the Application Builder for LabVIEW, and if you decide to build your VI into a shared library, you must have LabVIEW 6 or later.

I hope this suggestion helps. Have a pleasant day!

Sincerely,

Darren Nattinger
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,607 Views)