Loading model into older version of Simulink
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello. I am loading a Simulink model created using Matlab 2015b into the older version of Simulink which comes with Matlab 2011b. When I do, I get a range of warnings. However the model works fine. My question is if these warnings are due to the version mis-match:
line does not have a parameter named 'ZOrder'
BusCreator block does not have a parameter named 'InheritFromInputs'
block_diagram does not have a parameter named 'ShowVisualizeInsertedRTB'
block_diagram does not have a parameter named 'ShowMarkup'
block_diagram does not have a parameter named 'PauseTimes'
block_diagram does not have a parameter named 'NumberOfSteps'
block_diagram does not have a parameter named 'SnapshotBufferSize'
block_diagram does not have a parameter named 'SnapshotInterval'
block_diagram does not have a parameter named 'NumberOfLastSnapshots'
block_diagram does not have a parameter named 'ExplicitPartitioning'
So, are these warnings due to version differences or do I have another problem om my hand?:)
Best Regards MC
0 commentaires
Réponses (1)
Mark McBroom
le 26 Nov 2017
Yes, these warnings are due to a version mismatch. You can eliminate these warnings by opening the model in R2015b and then using the Simulink File -> Export model option to save the model in R2011b format.
0 commentaires
Voir également
Catégories
En savoir plus sur Simulink Functions dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!