how to calculate and write an excel from a file into workspace
    조회 수: 2 (최근 30일)
  
       이전 댓글 표시
    
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
채택된 답변
  madhan ravi
      
      
 2018년 7월 14일
        Hi,
xlsread (‘filename.xls’,Range)
xlswrite(‘filename.xls‘)
This will do what you are looking for.
추가 답변 (0개)
참고 항목
카테고리
				Help Center 및 File Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!