初めてMATLABをインストールし、起動した際に生じた問題
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Akiko
le 27 Avr 2020
システム環境変数に
%systemroot%\system32;%systemroot%
(もしくは C:\Windows\system32; C:\Windows;)
が追加されていますでしょうか?
ないようでしたら、これらを追加し、OS を再起動することをお試しください。
2 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur インストールとライセンスの紹介 dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!