Is it possible to create programmatically a Simulink-Model with a Runtime?

1 view (last 30 days)
Hello everyone. I´m quite new to Matlab and Simulink.
I try to generate a adjustable Simulink model (including: parameter-setting, block-connecting, block-creation; etc.).
It´s possible to do this with a m-File in Matlab (full version).
Does anyone know if it is possible to generate a model programmaticallly with the matlab or simulink-compiler?
The aim would be to generate a standalone executable file, which can be run on every PC with the compiler.
Thanks for your answers. If anything isn´t clear; please ask (: .
Best wishes,
Felix

Accepted Answer

Walter Roberson
Walter Roberson on 14 Sep 2021
No -- and it would be against the license terms if you found some way to do it.
If I recall correctly, you can do parameter tuning, but not connect blocks.

More Answers (0)

Categories

Find more on MATLAB Compiler 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!