How to save a backup copy of a Simulink Model that is currently open and 'dirty'

조회 수: 10 (최근 30일)
Jesse Hopkins
Jesse Hopkins 2015년 8월 14일
댓글: James Wiken 2015년 8월 18일
I'm attempting to augment Simulink's autosave feature, as it seems that autosave is only performed when update diagram is performed. I'd like more frequent autosave, but that does not seem to be built in.
I whipped up a quick script using a timer object and save_system to try and do an autosave ~5 minutes, however I quickly found out that save_system behaves as if you've used the "Save As' option when saving to a different filename. The model's 'filename' property is changed to the new filename, the 'Dirty' flag is removed, and subsequent save operations go to the autosave location.
Does anyone know of a way to use save_system or some other method to save a copy of the model while keeping the model in memory 'Dirty', and not updating the 'filename' property? (I did try manually changing the 'FileName' property back to the original, but that generates an exception "block_diagram parameter 'FileName' is read-only".
Thanks.
  댓글 수: 1
James Wiken
James Wiken 2015년 8월 18일
Have you tried setting the 'OverwriteIfChangedOnDisk' option to 'true' in the 'save_system' function?
See the documentation link below:

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by