how to calculate and write an excel from a file into workspace
    2 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Tossawon Ngamnet
 am 13 Jul. 2018
  
    
    
    
    
    Kommentiert: madhan ravi
      
      
 am 14 Jul. 2018
            Dear all,
    The n_flies from work space was shown object numbers and frame number. im trying to calculate the code to extract the maximum number of objects by interval of 60 frames. Now i can only print the results to command window.  
     I would like to get the results on an excel or csv format. How can i write it?
Please kindly suggest. Thank you
0 Kommentare
Akzeptierte Antwort
  madhan ravi
      
      
 am 14 Jul. 2018
        Hi,
xlsread (‘filename.xls’,Range)
xlswrite(‘filename.xls‘)
This will do what you are looking for.
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Data Import from MATLAB 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!