how to read the ms excel numeric data?
Mostrar comentarios más antiguos
Hai,
I am using ms excel 2007. I have a excel file 'ac.xlsx' consisting of numeric data of 16 rows and 179 columns. I tried reading this excel file using the xlsread() command as (z=xlsread('E:\ac.xlsx')), in command window. But after the above command was executed z was an empty matrix. Why is it an empty matrix? Looking forward for your reply.
BSD
Respuestas (2)
Andrei Bobrov
el 3 de Abr. de 2012
try use
z = xlsread('E:\ac.xls'))
3 comentarios
bsd
el 3 de Abr. de 2012
bsd
el 3 de Abr. de 2012
Andrei Bobrov
el 3 de Abr. de 2012
your file 'ac' save as '.xls'
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!