Borrar filtros
Borrar filtros

How to update the Excel sheet with matlab.

4 visualizaciones (últimos 30 días)
Anshun Raghuwanshi
Anshun Raghuwanshi el 4 de Jul. de 2016
Comentada: Anshun Raghuwanshi el 5 de Jul. de 2016
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 comentarios
Walter Roberson
Walter Roberson el 5 de Jul. de 2016
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 el 5 de Jul. de 2016
thanx

Iniciar sesión para comentar.

Respuestas (1)

Rahul agarwal
Rahul agarwal el 4 de Jul. de 2016
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