How to update the Excel sheet with matlab.

조회 수: 5 (최근 30일)
Anshun Raghuwanshi
Anshun Raghuwanshi 2016년 7월 4일
댓글: Anshun Raghuwanshi 2016년 7월 5일
My project is automated classroom attendance system using video based face recognition. After recognition of the detected faces, how can I mark the attendance of the same in the excel sheet.
  댓글 수: 4
Walter Roberson
Walter Roberson 2016년 7월 5일
If you are using MS Windows and have Excel installed, then you can use row and column references when you write the data. For example,
xlswrite(file, CellOfNewData, 'F3:F5');
Anshun Raghuwanshi
Anshun Raghuwanshi 2016년 7월 5일
thanx

댓글을 달려면 로그인하십시오.

답변 (1개)

Rahul agarwal
Rahul agarwal 2016년 7월 4일
can also use "table"; and then writetable to write in xlsx

Community Treasure Hunt

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

Start Hunting!

Translated by