How to save data in guide
    2 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Radoslav Vandzura
 am 7 Nov. 2015
  
    
    
    
    
    Bearbeitet: Radoslav Vandzura
 am 11 Nov. 2015
            Hello All,
would you be so kind, can you help me resolve my problem? I dont know how to save data, which I have loaded into uitable in guide. I need analyze these data...I need access to data after closing figure...:( My uitable contains about 80 000 rows.
4 Kommentare
  Geoff Hayes
      
      
 am 7 Nov. 2015
				
      Bearbeitet: Geoff Hayes
      
      
 am 7 Nov. 2015
  
			Since the data is from a file, then you already have access to it even after the GUI has closed. I don't understand why you feel that you somehow need to save it the workspace or perhaps a mat file if you already have the data.
Akzeptierte Antwort
  Image Analyst
      
      
 am 7 Nov. 2015
        If you've closed the figure, any data stored in the figure is lost. The only way to get it again is to write it to a file. You can use xlswrite, dlmwrite(), fprintf(), save(), or a bunch of other ways.
7 Kommentare
  Image Analyst
      
      
 am 8 Nov. 2015
				I don't understand. The code does not depend on whether you have many or few rows. And it does do operations - you saw how I called the max() operation. Do you still have a problem with the code? If so, let's see it.
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!