Save runned simulink file

Is there a possibility to save a already runned simulink file, so that i don't have to run it again, when i open it again?

回答 (1 件)

Ayush Yadav
Ayush Yadav 2022 年 6 月 7 日

0 投票

Hi,
You can try using save_system for saving your simulink model.
Also, you can refer the documentation of save_system to learn what all parameters it can take. For example:
% Save the model, save the model workspace, break links to user-defined library blocks,
% and overwrite if the file has changed on disk,
save_system('mymodel','mynewmodel','SaveModelWorkspace',
true,'BreakUserLinks',true,'OverwriteIfChangedOnDisk',true)

カテゴリ

ヘルプ センター および File ExchangeProgrammatic Model Editing についてさらに検索

製品

タグ

質問済み:

2022 年 6 月 4 日

回答済み:

2022 年 6 月 7 日

Community Treasure Hunt

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

Start Hunting!

Translated by