How to open .slx files created in R2019b using R2019a

조회 수: 10 (최근 30일)
Richard Thompson
Richard Thompson 2020년 1월 14일
댓글: Walter Roberson 2020년 5월 10일
I participated in the online MATLAB course Simulink for System and Algorithm Modeling. The course files and work files were created using R2019b, according to the error message (see below). I cannot open the files using R2019a. I do not have access to R2019b. I can open the .m files. How might I open the .slx files?
Error R2019b to R2019a file.PNG

답변 (2개)

stozaki
stozaki 2020년 1월 15일
Hello Richard,
Do you use Simulink in your PC?
Please try following command and refer the MathWorks document.
Simulink.exportToVersion(bdroot,'mymodel.slx','R2019a');
Regards,
stozaki
  댓글 수: 1
Walter Roberson
Walter Roberson 2020년 5월 10일
This would require that the user was executing a version of MATLAB that was at least as new as the version the model was saved under, R2019b.

댓글을 달려면 로그인하십시오.


Ravi
Ravi 2020년 5월 10일
you should open .slx file in 2019b and export it to 2019a version. This is the only way to open your file in 2019a.
Because opening higher version(2019b) file in lower version(2019a) software is not possible.
  댓글 수: 1
Walter Roberson
Walter Roberson 2020년 5월 10일
Unfortunately the user did not have access to R2019b.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by