What do I need to compile a Simulink Model?
조회 수: 2 (최근 30일)
이전 댓글 표시
I need to compile a Matlab tool that uses a Simulink model. The model gets variables from the Matlab base workspace and sends its results also to the base workspace. Do I need anything else than the Matlab Compiler and rtwbuild from Simulink Coder? How can I use the code from Simulink Coder in my Matlab tool?
댓글 수: 0
채택된 답변
Friedrich
2013년 8월 8일
편집: Friedrich
2013년 8월 8일
Hi,
댓글 수: 3
Kaustubha Govind
2013년 8월 26일
Benjami: As is described in the application example for calling into shared libraries generated by Embedded Coder, you decide how to code the loop around the call to the mdl_step() function. (Essentially the SIM command also calls this function in a loop - in the same sequence of things that the application example shows)
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!