Finding PID of external process called from MATLAB

22 ビュー (過去 30 日間)
Sajid Afaque
Sajid Afaque 2019 年 12 月 24 日
コメント済み: Walter Roberson 2019 年 12 月 25 日
Hello All,
I call an external process(.exe) from matlab on windows machine through the script using 'system()'
is their any way to findout the PID of the above called process (note : the same process may also be active apart from matlab called once i.e several instances of that application may already be active , but i am interested to only find out the PID of the process called from matlab) ?

回答 (1 件)

Walter Roberson
Walter Roberson 2019 年 12 月 24 日
Instead of using system(), use .NET to start the process
After that, the process ID will be the Id property of the object.
  4 件のコメント
Sajid Afaque
Sajid Afaque 2019 年 12 月 24 日
i am getting the below error
Message: The system cannot find the file specified
Source: System
HelpLink:
Walter Roberson
Walter Roberson 2019 年 12 月 25 日
This is demo code, like you had asked for. You would need to change FileName to match the path to the exe you want to run, and need to change Arguments to any command line arguments needed.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangePID Controller Tuning についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by