How can I integrate compiled MATLAB code with NI LabVIEW?
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 2 Dez. 2021
Bearbeitet: MathWorks Support Team
am 2 Sep. 2022
I need to integrate a MATLAB function with a NI LabVIEW VI. LabVIEW runs on a machine on which I don't have MATLAB installed. Is there an efficient approach for calling deployed MATLAB code from LabVIEW?
Akzeptierte Antwort
MathWorks Support Team
am 2 Sep. 2022
Bearbeitet: MathWorks Support Team
am 2 Sep. 2022
A good approach is to create a .NET assembly for your MATLAB code by using MATLAB Compiler SDK . On the deployment machine, the generated .NET assembly can be called from LabVIEW.
This approach is described in the following application note published on the NI website:
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu LabVIEW finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!