Loading model into older version of Simulink

조회 수: 4 (최근 30일)
MC
MC 2017년 11월 22일
답변: Mark McBroom 2017년 11월 26일
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

답변 (1개)

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

카테고리

Help CenterFile Exchange에서 Modeling에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by