Read Excel file with Matlab
古いコメントを表示
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?
採用された回答
その他の回答 (2 件)
[num,txt,raw] = xlsread('myfile') ;
num gives only numbers.
txt gives only text data.
raw gives the complete file.
Ijaz Younis
2019 年 11 月 6 日
0 投票
[num,txt,raw] = xlsread('myfile')
1 件のコメント
Paruvachi Raja
2022 年 1 月 21 日
xlasread is not commended according MATHWORKS.
カテゴリ
ヘルプ センター および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!