LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Module Interface Kit For interfacing MATLAB

Solved!
Go to solution

Hello, can i interface MATLAB with LabView from one system to another that is both the software's are installed in different systems, if so how can i do that. I eed to transfer an simulink model to ,scrip,to labview so as to simulate

0 Kudos
Message 1 of 2
(828 Views)
Solution
Accepted by topic author yashu9423

There are a few ways to integrate Matlab and LabVIEW. All of them require both Matlab and LabVIEW installed on the development computer.

1. Matlab Script Node allows you to run the .m script directly.

2. You can Integrating Compiled MATLAB Functions with LabVIEW with a .NET Assembly Approach. The deployment machine only needs LabVIEW and Matlab runtime.

3. You can compile Simulink models into DLL and used them in LabVIEW via Model Interface Toolkit. The deployment machine only needs LabVIEW and Model Interface Toolkit. See Compiling The MathWorks, Inc. Software Models for Phar Lap Targets in VeriStand or Model Interface T...

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
0 Kudos
Message 2 of 2
(801 Views)