How to update the Excel sheet with matlab.
4 ビュー (過去 30 日間)
古いコメントを表示
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
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');
回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!