Loading model into older version of Simulink
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Mark McBroom
2017-11-26
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulink Functions 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!