Loading model into older version of Simulink
1 view (last 30 days)
Show older comments
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 Comments
Answers (1)
Mark McBroom
on 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 Comments
See Also
Categories
Find more on Simulink Functions in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!