Opening a simulink file that was saved in R2018b version onto a R2017b version.
Afficher commentaires plus anciens
Hi guys, I have a Simulink file which was saved in the R2018B version of MATLAB, however, I only have access to the R2017B version of MATLAB. Is there any way for me to access the R2018b file? I do not have the R2018b version of MATLAB at all.
4 commentaires
Star Strider
le 14 Nov 2018
Did you have any problem opening it in R2017b?
Aidil AA
le 14 Nov 2018
Walter Roberson
le 14 Nov 2018
In theory it is possible .
If it is a mdl file then it is a text file that you can edit to change the version information .
If it is a slx file then you can unzip it to extract a directory of xml files . You can edit one of the xml files to change the version information and then you can zip it back up into a slx again .
Aidil AA
le 14 Nov 2018
Réponse acceptée
Plus de réponses (3)
madhan ravi
le 14 Nov 2018
Modifié(e) : madhan ravi
le 14 Nov 2018
0 votes
2 commentaires
Aidil AA
le 14 Nov 2018
madhan ravi
le 14 Nov 2018
Modifié(e) : madhan ravi
le 14 Nov 2018
so better is to upgrade to 2018b
Gijs van Oort
le 20 Nov 2019
0 votes
Be careful with this. I have some experience with very bad things happening. I don't remember which Simulink versions were involved in that (probably 2015/2016?), and I don't even remember if we tried to load the model into an older or a newer Simulink version.
The problem was that, in comparison blocks (comparing two inputs, and you could set the operator to be one of <, <=, ==, >=, >, != ), the wrong operator was chosen. So, when opened with one (the correct) version of Simulink, the block was a X<Y block, and when opened with the other version of Simulink, the block suddenly became a X==Y block (I don't remember which operators were involved, but you get the idea).
The worst part is that no error or warning message at all was generated.
HONG CHENG
le 4 Mai 2022
0 votes
You can follow this link and hope this can help you
Catégories
En savoir plus sur Simulink dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!