Menu bar missing in Simulink when I run matlab in local user. R2020a on Ubuntu20.04
조회 수: 2 (최근 30일)
이전 댓글 표시
Menu bar missing in Simulink when I run matlab as local user. However the menu bar is OK when I run as root.
Details:
Matlab runtime version: V98
"Normal" matlab version: R2020a
Operating system: Ubuntu 20.04
댓글 수: 1
duola BBmeng
2020년 7월 15일
I also have the same problem. And my operating system and matlab version are the same as yours. I also found that when I ran matlab as non-root user, the help browser would only show blank page. when I ran matlab as root, All the problems were solved.
Thank you for your solution!
답변 (1개)
Anirudh Singh
2020년 7월 22일
Try below steps:
1. Refresh the file system caches using the following commands:
>> restoredefaultpath
>> rehash toolboxcache
2. Run the following command to rebuild Simulink and Library menus and toolbars:
>> sl_refresh_customizations
3. Close all the instance of MATLAB and then restart.
I hope this will work, if not try contact mathwork support click here
댓글 수: 1
Jorge GG
2020년 7월 22일
I tried this suggestion in Matlab command window as root, then restarted. It did not work for me.
참고 항목
카테고리
Help Center 및 File Exchange에서 Simulink Environment Customization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!