필터 지우기
필터 지우기

I cannot run the Add-Ons application in MATLAB R2022B

조회 수: 44 (최근 30일)
Almudena Buelta Méndez
Almudena Buelta Méndez 2022년 12월 20일
댓글: 丽娟 2024년 4월 1일
I am using MATLAB R2022b in Windows 10. When I try to open the Add-Ons application, I get the following errors:
Error using matlab.internal.cef.webwindow/errorOnInValidWindow
Webwindow is not valid. It was closed by user or the process was terminated.
Error in matlab.internal.cef.webwindow/bringToFront (line 673)
obj.errorOnInValidWindow()
Error in matlab.internal.webwindow/bringToFront (line 225)
bringToFront(obj.impl)
Error in matlab.internal.addons.AddOnsWindow/bringToFront (line 72)
obj.webwindow.bringToFront();
Error in matlab.internal.addons.Explorer/bringToFront (line 73)
obj.addOnsWindowInstance.bringToFront();
Error in matlab.internal.addons.launchers.showExplorer (line 138)
matlab.internal.addons.Explorer.getInstance.bringToFront;
I have already reinstalled Matlab several times. I also have regenerated my MATLAB preferences.
None solved my problem. What can I do?
Thank you.

채택된 답변

Stefanie Schwarz
Stefanie Schwarz 2023년 4월 13일
It could be that security software on your PC is blocking MATLAB from opening our web-based features like Add-On Explorer. In the past couple of months we've received dozens of reports from Trend Micro users being affected by this. This is captured in the link below (the instructions should work in a similar way for other security software):

추가 답변 (1개)

Suvansh Arora
Suvansh Arora 2022년 12월 23일
In order to resolve this issue, please follow the MATLAB answers article mentioned below:
If the MATLAB answers article mentioned above doesn’t resolve your issue, try the following method to change the search path:
Before modifying the search path, it is important to take a backup of your 'pathdef.m' file, which can be located by using the command:
>> which -all pathdef
Before proceeding, ensure that you make a safe copy of the file by copying it to a folder outside of your MATLAB path.
After taking the backup, please execute the following commands in the MATLAB Command Window to restore the default MATLAB search path and rehash the toolbox cache:
>> restoredefaultpath
>> rehash toolboxcache
After this step, please use MATLAB/Simulink to see if the issue occurs again. If the issue is resolved, then you may want to save the new MATLAB search path by executing the following command:
>> savepath
I hope the above information helps you.
  댓글 수: 4
丽娟
丽娟 2024년 4월 1일
still fail to open it.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by