ISPROCESS

ISPROCESS checks if the given process name is running on the system
485 téléchargements
Mise à jour 1 sept. 2016

Afficher la licence

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

Citation pour cette source

Varun Gandhi (2026). ISPROCESS (https://fr.mathworks.com/matlabcentral/fileexchange/42805-isprocess), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2012a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Remerciements

A inspiré : ENDTASK

Version Publié le Notes de version
1.0.0.1

Updated license

1.0.0.0