I can't save simulink file

17 visualizaciones (últimos 30 días)
faisal bogshan
faisal bogshan el 4 de Mzo. de 2021
Respondida: Puru Kathuria el 9 de Mzo. de 2021
When I save the simulink file , the file doesn't save in matlab form and I can't open the file

Respuestas (1)

Puru Kathuria
Puru Kathuria el 9 de Mzo. de 2021
Hi,
You can try using save_system for saving your simulink model. Also, refer to the documentation of save_system to learn what all parameters it can take.
Ex:
save_system('newmodel') %saves the model newmodel. The model must be open or loaded.

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by