Simulink Build from Command Line

45 Ansichten (letzte 30 Tage)
Etienne
Etienne am 8 Mär. 2017
Beantwortet: Gillian Rosen am 14 Mär. 2017
Hi All
I am currently generating a dll from a Simulink model and would like to automatically populate some of the settings so that I do not have to fill it in every time when I do this build on a different Simulink model. How can I get the settings from the current model and save this for use in future models. Also, how can I then build from the command line using these settings, rather than opening the GUI every time?
Thanks in advance
Etienne

Antworten (1)

Gillian Rosen
Gillian Rosen am 14 Mär. 2017
Hi Etienne, 
I understand that you are generating DLLs from various Simulink models, and you would like to pre-populate the configuration parameters for each of these models to match your current model's settings. You would also like to know how to build models from the command line.
For sharing configuration parameters between models, you can use Configuration References. This option lets you specify a set of configuration parameters that you can use in multiple models without re-specifying the whole set each time. The following example will show you how to convert your current model's configuration parameters into a configuration reference that can be shared:
For building your model from the command line, you can use the 'rtwbuild' command, as shown: 
>> rtwbuild('myModelName')
See the following documentation link for more information: 

Kategorien

Mehr zu Create Large-Scale Model Components finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by