How can I open a Simulink model in an older version when it is created in a newer version of Simulink?
27 次查看(过去 30 天)
显示 更早的评论
MathWorks Support Team
2025-11-11,0:00
回答: MathWorks Support Team
2025-11-11,7:35
How can I open a Simulink model in an older version when it is created in a newer version of Simulink?
采纳的回答
MathWorks Support Team
2025-11-13,0:00
When to try to open a model in an older version than the one it was created in, an error message appears: 'The model was created with a newer version of Simulink'
To resolve the issue, you will have to export the model to a previous version.
To export a model to an earlier format from R2019a and earlier:
1. In the Simulink Editor, select File > Save. This saves a copy in the latest version of Simulink. This step avoids compatibility problems.
2. Simulink Editor, select File > Export Model to > Previous Version.
3. The Export to Previous Version dialog box appears.
4. In the dialog box, from the Save as type list, select the previous version to which to export the model. The list supports 7 years of previous releases.
5. Click the Save button.
To export a model to an earlier format from R2019b:
1. In the Simulink Editor, go to the Simulation tab and click the Save icon. This saves a copy in the latest version of Simulink. This step avoids compatibility problems.
2. Select the dropdown arrow next to the Save icon and select Previous Version...
3. The Export to Previous Version dialog box appears.
4. In the dialog box, from the Save as type list, select the previous version to which to export the model. The list supports 7 years of previous releases.
5. Click the Save button.
When you export a model to a previous version's format, the model is saved in the earlier format, regardless of whether the model contains blocks and features that were introduced after that version. If the model does contain blocks or use features that postdate the earlier version, the model might not give correct results when you run it in the earlier version of Simulink software.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulink Environment Customization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!