Is it possible to generate a Matlab script from a Simulink model?

24 visualizzazioni (ultimi 30 giorni)
Matlab provides a method for programmatically modifying or generating Simulink models ( https://www.mathworks.com/help/simulink/ug/approach-modeling-programmatically.html ).
I have a large collection of Simulink models that I would like to convert into scripts which, when executed, would then re-generate the orginal (or functionally equivalent) model. In effect, I want a way to seemlessly convert between .slx files and a text-based representation. Does Matlab provide a utility that does this?
  4 Commenti
Paul
Paul circa 17 ore fa
Modificato: Paul circa 13 ore fa
Is the .mdl format still supported? I thought that format was just a text file. Maybe .slx can be converted to or saved as mdl?
Walter Roberson
Walter Roberson circa 12 ore fa
Indeed, .mdl file format is still supported (as of R2025b.) And that might satisfy the need as expressed by @Richard Crozier . It is not really clear to me, though, whether or not that would satisfy the original request by @Hawkeye

Accedi per commentare.

Risposta accettata

Mark McBroom
Mark McBroom il 14 Mar 2024
There is no such utility to do this.

Più risposte (0)

Categorie

Scopri di più su Simulink Environment Customization in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by