ISPROCESS

ISPROCESS checks if the given process name is running on the system
480 Downloads
Updated 1 Sep 2016

View License

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')

Cite As

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

MATLAB Release Compatibility
Created with R2012a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired: ENDTASK

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.1

Updated license

1.0.0.0