ISPROCESS
Versión 1.0.0.1 (1,81 KB) por
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')
Citar como
Varun Gandhi (2024). ISPROCESS (https://www.mathworks.com/matlabcentral/fileexchange/42805-isprocess), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2012a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- Simulink > Block and Blockset Authoring > Author Block Algorithms > Author Blocks Using MATLAB > Author Blocks Using MATLAB System Objects > Customize System Objects for Simulink >
Más información sobre Customize System Objects for Simulink en Help Center y MATLAB Answers.
Etiquetas
Agradecimientos
Inspiración para: ENDTASK
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.