Create the matlab 2006b exe for .net application
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
I want to create a matlab exe which will simulate the model without matlab and that exe should compatible with .net.
댓글 수: 1
Kaustubha Govind
2012년 2월 14일
"simulate the model" - do you mean a Simulink model?
답변 (1개)
Kaustubha Govind
2012년 2월 14일
0 개 추천
You can use MATLAB Builder NE to generate .NET components from MATLAB code (you will still need to install MATLAB Compiler Runtime libraries on the target machine to be able to run this component.
However, note that the MATLAB Compiler/Builder components do not support Simulink. Instead, you will need to use Simulink Coder to generate standalone C/C++ code that you can call from any program with native interfacing.
댓글 수: 0
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!