Borrar filtros
Borrar filtros

Save runned simulink file

2 visualizaciones (últimos 30 días)
Jonas Heß
Jonas Heß el 4 de Jun. de 2022
Respondida: Ayush Yadav el 7 de Jun. de 2022
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?

Respuestas (1)

Ayush Yadav
Ayush Yadav el 7 de Jun. de 2022
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)

Categorías

Más información sobre Programmatic Model Editing en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by