FindProcess.m
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)
Cite As
Ivan (2024). FindProcess.m (https://www.mathworks.com/matlabcentral/fileexchange/47106-findprocess-m), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |