ISPROCESS
Version 1.0.0.1 (1,81 KB) von
Varun Gandhi
ISPROCESS checks if the given process name is running on the system
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 LinuxKategorien
- Simulink > Block and Blockset Authoring > Author Block Algorithms > Author Blocks Using MATLAB > Author Blocks Using MATLAB System Objects > Customize System Objects for Simulink >
Mehr zu Customize System Objects for Simulink finden Sie in Help Center und MATLAB Answers
Tags
Quellenangaben
Inspiriert: ENDTASK
Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.0.0.1 | Updated license |
||
| 1.0.0.0 |
