How can I integrate compiled MATLAB code with NI LabVIEW?

58 ビュー (過去 30 日間)
MathWorks Support Team
MathWorks Support Team 2021 年 12 月 2 日
編集済み: MathWorks Support Team 2022 年 9 月 2 日
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?
 

採用された回答

MathWorks Support Team
MathWorks Support Team 2022 年 9 月 2 日
編集済み: MathWorks Support Team 2022 年 9 月 2 日
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 件)

カテゴリ

Help Center および File ExchangeLabVIEW についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by