How can I integrate compiled MATLAB code with NI LabVIEW?
9 次查看(过去 30 天)
显示 更早的评论
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
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 LabVIEW 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!