Reading Multiple sheets to different data sets
Mostrar comentarios más antiguos
I was wondering if there was a faster or more concise way to import my data that what I currently have which is to use the readtable command to import each sheet as its own variable, and I cant use xlsread as that isnt importing the string values
3 comentarios
Mathieu NOE
el 23 de Nov. de 2020
hello
it all depends what info you need from your sheets and what kind of data / strings / format we are talking about
readtable is nice and very versatile but slower than "focused" methods
if you could share a data file and explain in more details what you need, we might find a faster solution
tx
Aidan Roberjot
el 23 de Nov. de 2020
Editada: Aidan Roberjot
el 23 de Nov. de 2020
Aidan Roberjot
el 23 de Nov. de 2020
Respuestas (1)
Nora Khaled
el 23 de Nov. de 2020
0 votos
this may help
https://www.mathworks.com/matlabcentral/answers/300842-importing-data-from-excel-across-multiple-sheets-and-filenames
Categorías
Más información sobre Data Import from MATLAB 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!