How can I read in rows from an Excel spreadsheet using iteration?
Mostrar comentarios más antiguos
I am working with a spreadsheet Is there a way I can read in one row at a time in a for loop? this is the code which i have filename='ht2.xls'; xlRange = 'A(i):H(i)'; mat=xlsread(filename,xlRange);
ie i want to input data from i'th row column A to H
2 comentarios
Azzi Abdelmalek
el 16 de Abr. de 2014
Why read one row each iteration?
jojofernandis
el 16 de Abr. de 2014
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Spreadsheets en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!