Read Excel file with Matlab
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (2)
[num,txt,raw] = xlsread('myfile') ;
num gives only numbers.
txt gives only text data.
raw gives the complete file.
Ijaz Younis
le 6 Nov 2019
0 votes
[num,txt,raw] = xlsread('myfile')
1 commentaire
Paruvachi Raja
le 21 Jan 2022
xlasread is not commended according MATHWORKS.
Catégories
En savoir plus sur Spreadsheets dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!