I can't save simulink file

22 views (last 30 days)
faisal bogshan
faisal bogshan on 4 Mar 2021
Answered: Puru Kathuria on 9 Mar 2021
When I save the simulink file , the file doesn't save in matlab form and I can't open the file

Answers (1)

Puru Kathuria
Puru Kathuria on 9 Mar 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.

Categories

Find more on Programmatic Model Editing in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!