reading a special sheet of an EXCEL file with knowing the row numbers
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hello, does anyone know how matlab can read a special sheet of an excel file without knowing row numbers of that sheet? for example one excel file have 150row and the other sheet has 500 rows.
0 comentarios
Respuestas (1)
Image Analyst
el 2 de Abr. de 2014
Simply use xlsread() or readtable(). No big deal - try it.
2 comentarios
Image Analyst
el 2 de Abr. de 2014
See my answer. They don't care how many rows or columns you have. Why do you think they do?
Ver también
Categorías
Más información sobre Spreadsheets en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!