How to show variables workspace in a figure?

5 visualizaciones (últimos 30 días)
Lucas-Raphael Müller
Lucas-Raphael Müller el 14 de Abr. de 2016
Respondida: John BG el 18 de Abr. de 2016
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

Respuestas (2)

John BG
John BG el 18 de Abr. de 2016
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

Walter Roberson
Walter Roberson el 14 de Abr. de 2016
You can use text() or you can use annotation()
  2 comentarios
Lucas-Raphael Müller
Lucas-Raphael Müller el 18 de Abr. de 2016
No this is not what I meant. I mean something like a list of variables and their values, dynamic like the "workspace" window would be perfect.
Walter Roberson
Walter Roberson el 18 de Abr. de 2016
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.

Iniciar sesión para comentar.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by