unable to open add-ons menu
이전 댓글 표시
Fedora 32, matlab 2020b, Add-Ons menu does not open, got the following error:
Dot indexing is not supported for variables of this type.
Error in matlab.internal.addons.AddOnsWindow/bringToFront (line 68)
obj.webwindow.bringToFront();
Error in matlab.internal.addons.Explorer/bringToFront (line 65)
obj.addOnsWindowInstance.bringToFront();
Error in matlab.internal.addons.launchers.showExplorer (line 134)
matlab.internal.addons.Explorer.getInstance.bringToFront;
댓글 수: 2
Salvador Aleman
2020년 10월 31일
I installed Matlab R2020b on CentOS 8 and am having the same issue. Tried to run Help->Check for updates and got similiar thing (i.e. the first line is the same)... I just can't log on to my account from the Matlab
Pawel Rzonca
2020년 10월 31일
채택된 답변
추가 답변 (1개)
Lanoosh Saadi
2022년 6월 7일
0 개 추천
g1=tf(80,[1 3 0])
h1=0.15
T1=feedback(g1,h1)
g2=tf(1,[1 0])
h2=1
T2=feedback(g2,h2)
step(T2)
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!