How can I import Excel data in a cell array?
古いコメントを表示
回答 (1 件)
KSSV
2016 年 10 月 18 日
[num,txt,raw] = xlsread('your excel file') ;
raw would be a cell array.
doc xlsread
カテゴリ
ヘルプ センター および File Exchange で Data Import from MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!