I can't save simulink file
12 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
When I save the simulink file , the file doesn't save in matlab form and I can't open the file
0 Commenti
Risposte (1)
Puru Kathuria
il 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.
0 Commenti
Vedere anche
Categorie
Scopri di più su Programmatic Model Editing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!