Is there any possible way to access the workspace variables of a MATLAB instance using process id obtained from Task Manager?

3 ビュー (過去 30 日間)
I have fetched the process id using: TASKLIST /FI "IMAGENAME eq MATLAB.exe", which gave me a number(5684).
Now I am in need of accessing the workspace variables of this particular MATLAB instance from the Command Prompt.

採用された回答

Walter Roberson
Walter Roberson 2023 年 7 月 24 日
編集済み: Walter Roberson 2023 年 7 月 24 日
No, there is no way to do that. There is no way to get at the workspace of any independent matlab session.
Historically the closest to that was pmode https://www.mathworks.com/help/parallel-computing/pmode.html but that has been removed as of r2023a

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by