実行中のMATLABセッションの確認方法

47 vues (au cours des 30 derniers jours)
taichi muto
taichi muto le 6 Nov 2020
Modifié(e) : Musashi Ito le 1 Déc 2020
マシン上で実行されているMATLABセッションを確認する方法はありますか.
新たなツールをインストールしようとしているのですが,実行中のMATLABセッションがあるとのエラーが出てしまいインストールできない状況にいます.
MATLABを閉じてみても,PCを再起動しても同じエラーが出てしまいます.
解決方法を教えて頂きたいです.
よろしくお願い致します.

Réponse acceptée

Musashi Ito
Musashi Ito le 1 Déc 2020
Modifié(e) : Musashi Ito le 1 Déc 2020
Windows のマシンでしたら、タスクバーを右クリックして、タスクマネージャを開くと実行中の MATLAB のプロセスが確認できると思います。
Windows のコマンドプロンプトからでしたら以下のコマンドで実行中の MATLAB のプロセスを検索できるみたいです。
> tasklist /fi "imagename eq MATLAB.exe"

Plus de réponses (0)

Tags

Produits


Version

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!