How to make a standalone executible with calls to simulink and state flow?
조회 수: 5 (최근 30일)
이전 댓글 표시
Hi.
I have a complex set of GUIs that open different simulation models including state flow blocks. I have used it for some time but now I would like to make a standalone executible to run on multiple machines.
But I am running into problems regardless of approach. I have tried the Compiler App but functions like "load_system" and "set_param" does not seem to be supported. Instead I guess I have to use Coder on the simulink model and then use Compiler. But I have issues when using Coder aswell, e.g. I'm not able to use UDP class objects or Interpreted Matlab function blocks.
Is there any way to make the standalone without using Coder first?
Thanks /Martin
댓글 수: 0
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Simulink Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!