How can I import Excel data in a cell array?
2 ビュー (過去 30 日間)
古いコメントを表示
hi, I have a cell array as I
0 件のコメント
回答 (1 件)
KSSV
2016 年 10 月 18 日
[num,txt,raw] = xlsread('your excel file') ;
raw would be a cell array.
doc xlsread
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!