ISPROCESS

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

Ahora está siguiendo esta publicación

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

Citar como

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

Agradecimientos

Inspiración para: ENDTASK

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0.0.1

Updated license

1.0.0.0