初めてMATLABをインストールし、起動した際に生じた問題
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Katsumi Sato
am 25 Apr. 2020
Kommentiert: Akiko
am 27 Apr. 2020
MATLABを初めてインストールし、立ち上げたところ以下のような文章が出てきてしまいました。
----------------------------------------------------------------------------------------------------------
警告: MATLAB は、システムの Web ブラウザーを起動できませんでした。
'cmd.exe' は、内部コマンドまたは外部コマンド、
操作可能なプログラムまたはバッチ ファイルとして認識されていません。
> In web>displayWarningMessage (line 432)
In web>handleWarning (line 423)
In web>openWindowsBrowser (line 414)
In web (line 178)
----------------------------------------------------------------------------------------------------------
0 Kommentare
Akzeptierte Antwort
Akiko
am 27 Apr. 2020
システム環境変数に
%systemroot%\system32;%systemroot%
(もしくは C:\Windows\system32; C:\Windows;)
が追加されていますでしょうか?
ないようでしたら、これらを追加し、OS を再起動することをお試しください。
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu インストールとライセンスの紹介 finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!