How to show variables workspace in a figure?
    6 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
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 Kommentare
Antworten (2)
  John BG
      
 am 18 Apr. 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
0 Kommentare
  Walter Roberson
      
      
 am 14 Apr. 2016
        2 Kommentare
  Walter Roberson
      
      
 am 18 Apr. 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.
Siehe auch
Kategorien
				Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Help Center und File Exchange
			
	Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

