Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
I'm unable to access data using xlsread
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
w=xlsread("data.xlsx",1,g9:g345");
5 comentarios
Aletta Wilbrink
el 8 de Feb. de 2018
Is the name sheet1 spelled correctly? Maybe you have an capital s or a space somewhere
Walter Roberson
el 8 de Feb. de 2018
[status, sheetnames] = xlsinfo('EIG_Battery.xlsx');
will return the sheet names in the second output.
Respuestas (1)
Abhinav
el 8 de Feb. de 2018
You need to use the exact name of sheet. This is case sensitive. For e.g. if sheet name in excel workbook is Sheet1, then in function you should type Sheet1, not sheet1.
0 comentarios
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!