Save the Simulink model without saving model workspace
Afficher commentaires plus anciens
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)
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Programmatic Model Editing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!