LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can you interface MATLAB with Labview??

Can Labview activate m-files on MATLAB (while the MATLAB is running obviously) and can the two programs exchange data?
if so how is this done??

Thanks for everything!
0 Kudos
Message 1 of 2
(2,543 Views)
I encourage you to search NI's Developer Zone for "MATLAB" - there are numerous resources available, including some threads in these forums.

On Windows, LabVIEW offers the MATLAB script node. It works much like the LabVIEW Formula Node, except that you paste an m-script into the node. LabVIEW passes the script to MATLAB through MATLAB's ActiveX interface. MATLAB does the processing, and gives the results back to LabVIEW. You can then use the results in your VI.

Steven H.
0 Kudos
Message 2 of 2
(2,531 Views)