How to show variables workspace in a figure?
5 次查看(过去 30 天)
显示 更早的评论
Hey, is there a possibility to display a certain variables workspace in a figure? I have some Dicom-variables (medical format) which are structure variables include an enormous number of fields and substructures which I'd like to display similiar to the workspace. I thought of just display the content in a table, but then I would loose the substructure. Any ideas? Thanks in advance
0 个评论
回答(2 个)
John BG
2016-4-18
Herr Mueller, Servus
try
S=whos
S contains the workspace variables, than you can store in a .mat file or export elsewhere.
viel spas
If you find this answer of any help solving your question, please click on the thumbs-up vote link, or mark it as accepted answer
thanks in advance
John
0 个评论
Walter Roberson
2016-4-14
2 个评论
Walter Roberson
2016-4-18
You can use text() or you can use annotation(), or you can use uitable(). You can use evalc() to generate the strings to text into place or to set in the cell array that you set as the Data property of the uitable. You can call your update code under any circumstances that are appropriate.
If I need to be more explicit: there is no documented way to embed the MATLAB variable browser inside a GUI. If it can be done at all, it would have to be at the Java level.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Whos 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!