Simulink models open up in inoperable state (2022a)
조회 수: 1 (최근 30일)
이전 댓글 표시
I recently updated matlab/simulink to 2022a on MacOS 12.4.
I'm having a hard time with Simulink, it often opens up models with blank (no buttons) in control panes (Such as Simulation Tab), so I am unable to do anything with the model.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1085360/image.png)
I other cases the "Run" button is grayed out (without any errors, and all workspace variables initialized)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1085365/image.png)
댓글 수: 0
답변 (1개)
Pratheek
2023년 9월 14일
Hi Santiago,
I see that you are encountering problems with Simulink. The following commands can potentially resolve the issue:
1. Refresh the file system caches by executing the following commands:
>> restoredefaultpath
>> rehash toolboxcache
2. Rebuild the Simulink and Library menus and toolbars using the following command:
>> sl_refresh_customizations
3. Restart MATLAB and Simulink: Sometimes, restarting the software can help resolve temporary glitches or conflicts.
These steps might help in addressing the issues you're facing with Simulink.
Hope it helps!!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!