実行中のMATLABセッションの確認方法
37 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
taichi muto
il 6 Nov 2020
Modificato: Musashi Ito
il 1 Dic 2020
マシン上で実行されているMATLABセッションを確認する方法はありますか.
新たなツールをインストールしようとしているのですが,実行中のMATLABセッションがあるとのエラーが出てしまいインストールできない状況にいます.
MATLABを閉じてみても,PCを再起動しても同じエラーが出てしまいます.
解決方法を教えて頂きたいです.
よろしくお願い致します.
0 Commenti
Risposta accettata
Musashi Ito
il 1 Dic 2020
Modificato: Musashi Ito
il 1 Dic 2020
Windows のマシンでしたら、タスクバーを右クリックして、タスクマネージャを開くと実行中の MATLAB のプロセスが確認できると思います。
Windows のコマンドプロンプトからでしたら以下のコマンドで実行中の MATLAB のプロセスを検索できるみたいです。
> tasklist /fi "imagename eq MATLAB.exe"
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su インストールとライセンスの紹介 in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!