Read Excel file with Matlab
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (2)
[num,txt,raw] = xlsread('myfile') ;
num gives only numbers.
txt gives only text data.
raw gives the complete file.
Ijaz Younis
am 6 Nov. 2019
0 Stimmen
[num,txt,raw] = xlsread('myfile')
1 Kommentar
Paruvachi Raja
am 21 Jan. 2022
xlasread is not commended according MATHWORKS.
Kategorien
Mehr zu Spreadsheets finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!