How can I integrate compiled MATLAB code with NI LabVIEW?
조회 수: 10 (최근 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!