ISPROCESS

ISPROCESS checks if the given process name is running on the system

您现在正在关注此提交

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 (2026). ISPROCESS (https://ww2.mathworks.cn/matlabcentral/fileexchange/42805-isprocess), MATLAB Central File Exchange. 检索时间: .

致谢

启发作品: ENDTASK

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.1

Updated license

1.0.0.0