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

1 次查看(过去 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 CenterFile Exchange 中查找有关 File Operations 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by