Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

retrieve variables from workspace that is being debugged

조회 수: 1 (최근 30일)
Jim Hokanson
Jim Hokanson 2016년 3월 9일
마감: MATLAB Answer Bot 2021년 8월 20일
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
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?
Jim Hokanson
Jim Hokanson 2016년 3월 14일
That is correct, although I'd like to have type and size information as well, not just the name (i.e. the information that the workspace viewer has). This would preferably be during debugging, although I'm planning on starting some preliminary static analysis (file prior to execution) based on mlintmex. Suggestions on that are welcome.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by