アドオンエクスプローラーが起動しない
Ältere Kommentare anzeigen
アドオンアイコンを押しても,アドオンエクスプローラーが起動しません.
matlabを再起動したり,パソコンを再起動して時間をおいて様子を見てみたりしているのですが,なにも反応せず,起動しません.
なにかのバグでしょうか?
5 Kommentare
Kojiro Saito
am 28 Mai 2021
OSはWindows、Linux、Macのどのバージョンでしょうか?
以下のコマンドでWebページを開く画面が立ち上がりますか?
system(fullfile(matlabroot, 'bin', computer('arch') , 'MATLABWindow'))
Kojiro Saito
am 28 Mai 2021
MATLABWindowを実行すると、MATLAB内のWebブラウザでmathworks.comのページが開き、以下のような結果になります。
[0528/165207.435:INFO:native_window_win.cpp(199)] CreateBrowser: Creating renderer process
[0528/165207.469:INFO:WindowEventHandler.cpp(384)] In OnBrowserCreated
[0528/165207.469:INFO:WindowEventHandler.cpp(388)] Sending queued process message
[0528/165207.469:INFO:WindowEventHandler.cpp(388)] Sending queued process message
[0528/165207.469:INFO:WindowEventHandler.cpp(388)] Sending queued process message
[0528/165207.469:INFO:WindowEventHandler.cpp(388)] Sending queued process message
[0528/165207.469:INFO:WindowEventHandler.cpp(388)] Sending queued process message
[0528/165207.469:INFO:WindowEventHandler.cpp(388)] Sending queued process message
[0528/165207.537:INFO:client_app.cpp(392)] Didn't find the binary transport switch, so not enabling it.
[0528/165207.557:INFO:client_app.cpp(392)] Didn't find the binary transport switch, so not enabling it.
[0528/165208.623:INFO:native_window.cpp(428)] Sending zoom information
[0528/165208.623:INFO:native_window.cpp(446)] Sending origin information
[0528/165208.623:INFO:client_handler.cpp(564)] Sending Exchange URI
[0528/165208.623:INFO:client_handler.cpp(565)] OnLoadStart
[0528/165210.424:INFO:CONSOLE(0)] "An <img> element was lazyloaded with loading=lazy, but had no dimensions specified. Specifying dimensions improves performance. See https://crbug.com/954323", source: https://www.mathworks.com/ (0)
[0528/165213.316:INFO:client_app.cpp(392)] Didn't find the binary transport switch, so not enabling it.
[0528/165213.645:INFO:client_handler.cpp(588)] OnLoadEnd
[0528/165217.716:INFO:client_app.cpp(863)] Terminating transport...
[0528/165217.716:INFO:client_app.cpp(864)] Is Transport Initialized? 0
[0528/165217.716:INFO:client_app.cpp(866)] Transport not intialized. No need to terminate.
ans =
0
真っ白いページということは、外部のURLにアクセスするところでブロックされているのかもしれません。
外部との通信時にはプロキシサーバーを経由されていますでしょうか?
(MATLABの「基本設定」アイコン→「Web」で「インターネットの接続にプロキシサーバーを使用」にチェックが入って使われていますか?)
アドオンエクスプローラーが開かないワークアラウンドとして、File ExchangeをWebブラウザで開けばサポートパッケージやプログラムのダウンロードはできるようになっています。
有佳子 宮﨑
am 30 Mai 2021
Kojiro Saito
am 31 Mai 2021
インターネット接続のプロキシの問題では無さそうですね。
File Exchangeからはサポートパッケージや、ユーザーの方がアップロードされたコミュニティ・ツールボックスがダウンロードできます。
Signal Processing Toolboxのように、MATLABのToolboxはFile Exchangeには無いので、MATLABインストーラーをダウンロードして、MATLABがインストールされているフォルダにインストールを上書きしてToolboxを追加する方法でできます。
アドオンエクスプローラーが使えないのは不便だと思いますので、解決させたほうが良さそうです。
以前はアドオンエクスプローラーは問題なく起動できていましたか?
Antworten (0)
Kategorien
Mehr zu インストールとライセンスの紹介 finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!