Loading model into older version of Simulink

4 visualizzazioni (ultimi 30 giorni)
MC
MC il 22 Nov 2017
Risposto: Mark McBroom il 26 Nov 2017
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

Risposte (1)

Mark McBroom
Mark McBroom il 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.

Categorie

Scopri di più su Modeling in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by