ISPROCESS

バージョン 1.0.0.1 (1.81 KB) 作成者: Varun Gandhi
ISPROCESS checks if the given process name is running on the system
ダウンロード: 480
更新 2016/9/1

ライセンスの表示

The function returns True/False (0/1) along with the number of instances of the process and the process ID (PID) numbers.
Syntax/Usage:
[result] = isprocess('fire*')
[result pid_total] = isprocess('firefox')
[result pid_total pid_nums] = isprocess('firefox')

引用

Varun Gandhi (2024). ISPROCESS (https://www.mathworks.com/matlabcentral/fileexchange/42805-isprocess), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2012a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加
謝辞

ヒントを与えたファイル: ENDTASK

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.1

Updated license

1.0.0.0