Save the Simulink model without saving model workspace
Mostra commenti meno recenti
I want to save the Simulink model "model1.slx" itself, not saving "model1.slx" within a new model. I don't want its model workspace saved, either. Am I doing right with the syntax below, by just leaving the newsys name blank [ ] ?
My Matlab version is 2020a.
save_system('model1',[],'SaveModelWorkspace',false)
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Programmatic Model Editing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!