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

조회 수: 10 (최근 30일)
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

채택된 답변

Fangjun Jiang
Fangjun Jiang 2020년 6월 23일
  1. save_system() and then copyfile()
  2. Simulink autosave preference
  3. Simulink.BlockDiagram.copyContentsToSubsystem(), Simulink.SubSystem.copyContentsToBlockDiagram()

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기

제품


릴리스

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by