ISPROCESS

ISPROCESS checks if the given process name is running on the system
485 Downloads
Aktualisiert 1. Sep 2016

Lizenz anzeigen

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

Zitieren als

Varun Gandhi (2026). ISPROCESS (https://de.mathworks.com/matlabcentral/fileexchange/42805-isprocess), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2012a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Quellenangaben

Inspiriert: ENDTASK

Version Veröffentlicht Versionshinweise
1.0.0.1

Updated license

1.0.0.0