How can I integrate compiled MATLAB code with NI LabVIEW?
10 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MathWorks Support Team
le 2 Déc 2021
Modifié(e) : MathWorks Support Team
le 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?
Réponse acceptée
MathWorks Support Team
le 2 Sep 2022
Modifié(e) : MathWorks Support Team
le 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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur LabVIEW dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!