How to copy the content of a model to another model without closing the current model

11 Ansichten (letzte 30 Tage)
Hello,
i want to take back up of the current model without closing
save_system('model','new_model') closes the model "model".
is there any way to copy the content of the simulink model ?
Thanks,
V. Ajay Krishna

Akzeptierte Antwort

Fangjun Jiang
Fangjun Jiang am 23 Jun. 2020
  1. save_system() and then copyfile()
  2. Simulink autosave preference
  3. Simulink.BlockDiagram.copyContentsToSubsystem(), Simulink.SubSystem.copyContentsToBlockDiagram()

Weitere Antworten (0)

Kategorien

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

Produkte


Version

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by