Simulink error on mac
조회 수: 1 (최근 30일)
이전 댓글 표시
hi, i just installed the newest Matlab with Simulink but when i create new model on simulink, the header just blank. i can't see any logo such as library browser, save, print, debug, modelling etc. how can i fix this?
this is how it suppoused to look like
but this is what my simulink looked like
댓글 수: 2
Walter Roberson
2022년 6월 20일
The first thing I would check would be System Preferences, Security and Privacy, first tab, and see if MacOS has any notes there about applications having asked for access.
In some cases it might be necessary to specifically grant MATLAB disk access.
답변 (1개)
Shuba Nandini
2023년 9월 4일
Hello Tania,
I understand you are unable to view the library browser in Simulink. This might happen because your MATLAB installation path or toolbox cache got corrupted. Please follow these troubleshooting steps to restore the Simulink toolbar:
- Try running the following commands in MATLAB’s command window to restore the MATLAB search path to its default settings and to update the cache.
restoredefaultpath
rehash toolboxcache
- Run the following command to rebuild Simulink and Library menus and toolbars:
sl_refresh_customizations
- Try resizing the window after the Simulink window opens by increasing or decreasing its width. When you start seeing something, adjust the width so that it perfectly fits the contents of the window.
- Sometimes, issues like this can be resolved simply by restarting or reinstalling MATLAB and Simulink. Close all MATLAB instances and then restart MATLAB.
I hope this helps you to restore the Simulink toolbar!
Regards,
Shuba Nandini
댓글 수: 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!