How to make a standalone executible with calls to simulink and state flow?

1 view (last 30 days)
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

Answers (1)

Kaustubha Govind
Kaustubha Govind on 13 Mar 2014

Categories

Find more on Simulink Functions in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!