Info
この質問は閉じられています。 編集または回答するには再度開いてください。
retrieve variables from workspace that is being debugged
1 回表示 (過去 30 日間)
古いコメントを表示
I'm writing some code that is meant to provide information about code I am writing, including when not running (file or base workspace analysis) AND when debugging. This is sort of like the workspace browser in that when debugging, the workspace browser let's you know what variables are defined in your current workspace (and provides that information to you to help write future code). Is it possible to achieve anything similar to the workspace browser programmatically? My "analysis" code would be running periodically via a timer with no obvious connection to the code being debugged.
2 件のコメント
Geoff Hayes
2016 年 3 月 10 日
Jim - are you suggesting that you would like to have some code read your code (function or script) and (say) list all of the variables in that piece of code?
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!