ISPROCESS

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

Al momento, stai seguendo questo contributo

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

Cita come

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

Riconoscimenti

Ispirato: ENDTASK

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
1.0.0.1

Updated license

1.0.0.0