generating matlab code to reproduce simulink model

2 Ansichten (letzte 30 Tage)
David
David am 22 Mär. 2013
Hello,
I have a simulink model I want to expand. Instead on doing it by multiple clicks I would like to create it by using matlab code. (add_block etc)
Does anyone know if it is possible to generate the matlab code for reproducing a simulink model as the Generate code... command do in any matlab figure ?
Thanks in advance,
David

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 22 Mär. 2013
Bearbeitet: Azzi Abdelmalek am 22 Mär. 2013
Use
  1. new_system
  2. open_system
  3. add_block
  4. add_line
  5. set_param
Look at this answer

Weitere Antworten (1)

David
David am 22 Mär. 2013
Thank you Azzi.
Is this possible to generate this code automatically so I do not have to recreate my existing model ?
David
  1 Kommentar
Kaustubha Govind
Kaustubha Govind am 22 Mär. 2013
David: I don't believe such an automated utility currently exists.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Programmatic Model Editing finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by