Cannot open old operational simulink program
조회 수: 6 (최근 30일)
이전 댓글 표시
I cannot open old working simulink programs (2018) with 2021a. It said "Error using open (line 143) File 'C:\......slx' does not contain a valid Simulink model in SLX format: Content types stream does not exist". I also cannot open old working .m file instead of a small square.
댓글 수: 2
John D'Errico
2024년 11월 21일
편집: John D'Errico
2024년 11월 21일
If you cannot open the old m-file also, this makes it likely something is corrupt, as an m-file is just a text file.
Can you open the problematic m-file with some other text editor?
답변 (1개)
Suraj Kumar
2024년 11월 21일
I understand the issue that you are facing.The error could arise for various reasons.
Here are a few workarounds that you can try :
1. Execute the following commands in MATLAB Command Window:
restoredefaultpath
rehash toolboxcache
savepath
2. Check the location of the temp directory after typing the 'tempdir' command on your MATLAB command prompt:
tempdir
Ensure the path of the temp directory you get after typing the command is local on your machine.And clean your temp directory if it is full and then try to run your model.
3.Performing a clean reinstalling of MATLAB might also help.You can refer to the following link for the steps to re-install:
Hope this helps!
참고 항목
카테고리
Help Center 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!