04-21-2023 04:47 AM
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
Solved! Go to Solution.
04-21-2023 08:33 AM
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...