初めてMATLABをインストールし、起動した際に生じた問題
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Katsumi Sato
el 25 de Abr. de 2020
Comentada: Akiko
el 27 de Abr. de 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 comentarios
Respuesta aceptada
Akiko
el 27 de Abr. de 2020
システム環境変数に
%systemroot%\system32;%systemroot%
(もしくは C:\Windows\system32; C:\Windows;)
が追加されていますでしょうか?
ないようでしたら、これらを追加し、OS を再起動することをお試しください。
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre インストールとライセンスの紹介 en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!