How to update the Excel sheet with matlab.
이전 댓글 표시
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
José-Luis
2016년 7월 4일
Anshun Raghuwanshi
2016년 7월 5일
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
2016년 7월 5일
답변 (1개)
Rahul agarwal
2016년 7월 4일
1 개 추천
can also use "table"; and then writetable to write in xlsx
카테고리
도움말 센터 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!