How can I integrate compiled MATLAB code with NI LabVIEW?

9 次查看(过去 30 天)
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
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 CenterFile Exchange 中查找有关 LabVIEW 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by