FindProcess.m

Version 1.0.0.0 (1,46 ko) par Ivan
FINDPROCESS tries to find a string written in pattern in the list of running processes of Windows
171 téléchargements
Mise à jour 1 juil. 2014

Afficher la licence

Using: line = FindProcess(pattern)
Input: PATTERN - a string for comparing
Output: LINE - resulting string which contains the pattern (in case of
nothing found will return an empty string, or value INF
in case of more than 1 process was found)

Note: if you want to check some process in your system, you should call
FINDPROCESS with argument contained pattern you wish to find; make
sure your pattern is one correspondence to process you checking and
if you got the INF-result you should clarify your pattern using
Windows' cmd (command line) with instruction NET START (or using
instuction dos('net start') in MATLAB command window)

Citation pour cette source

Ivan (2026). FindProcess.m (https://fr.mathworks.com/matlabcentral/fileexchange/47106-findprocess-m), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2012b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Strategy & Logic dans Help Center et MATLAB Answers
Version Publié le Notes de version
1.0.0.0