how can i convert simulink model 2107 to 2015
8 views (last 30 days)
Show older comments
hello, i have a simulink model 2017 and i want to open it with matlab 2015, but i dont have matlab 2017 can anyone convert it to me
0 Comments
Answers (1)
Laza Álmos
on 25 Apr 2020
Simulink has a preference, in the Model File section, called "Do not load models created with a newer version of Simulink". You can temporarily turn this off rather than edit the model files to change version numbers.
If the model uses only basic blocks then it might be possible to load it in R2017b, but it could also crash MATLAB. As others have commented, using the "Export to Previous Version" feature is the supported way to take a model from a later release to an earlier one.
Remember to turn the preference "Do not load models created with a newer version of Simulink" back on afterwards.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!