How do I resolve this error "Can't load C:\ProgramFiles\MATLAB\2024a\bin\win64\l......: while trying to load SIMULINK
조회 수: 79 (최근 30일)
이전 댓글 표시
Hello, while attempting to use SIMULINK in MATLAB 2024a for my training, the above message was seen. Any help?
댓글 수: 3
답변 (2개)
Vandit
2024년 9월 13일
편집: Vandit
2024년 9월 13일
This issue could caused by different reasons. To narrow down the root cause of this issue, kindly try the following workarounds:
- Navigate to "C:\Program Files\Matlab\R2024a\bin\win64\libmwsimulink.dll" and check if this file is exist or not in your File Explorer.
- Check to see if the operating system is the same as the version of MATLAB you installed (e.g. win64 matches with 64bit version of MATLAB)
- a) Try the following workaround to reset path, and see if this issue get resolved. Type in the following commands in MATLAB command window:
restoredefaultpath
rehash toolboxcache
sl_refresh_customizations
3. b) Try to open Simulink and see if this error still exists. If not, save the path by executing the following command:
savepath
Hope this helps.
Bikash
2024년 10월 31일 8:19
How to resolve this? i cannot open any simulink model in my MATLAB.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!