Read Excel file with Matlab
Mostrar comentarios más antiguos
Hello, I have an Excel file with numbers and strings. If I use the function xlsread it gives me back only the numbers. How can I read the strings?
Respuesta aceptada
Más respuestas (2)
[num,txt,raw] = xlsread('myfile') ;
num gives only numbers.
txt gives only text data.
raw gives the complete file.
Ijaz Younis
el 6 de Nov. de 2019
0 votos
[num,txt,raw] = xlsread('myfile')
1 comentario
Paruvachi Raja
el 21 de En. de 2022
xlasread is not commended according MATHWORKS.
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!