Read Excel file with Matlab
Mostra commenti meno recenti
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?
Risposta accettata
Più risposte (2)
[num,txt,raw] = xlsread('myfile') ;
num gives only numbers.
txt gives only text data.
raw gives the complete file.
Ijaz Younis
il 6 Nov 2019
0 voti
[num,txt,raw] = xlsread('myfile')
1 Commento
Paruvachi Raja
il 21 Gen 2022
xlasread is not commended according MATHWORKS.
Categorie
Scopri di più su Spreadsheets in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!