How to read and save multiple excel sheets in Matlab?
3 ビュー (過去 30 日間)
古いコメントを表示
Hi everyone,
I have an excel file with 10 sheets. Sheets names are as default from sheet1, sheet2, sheet3, ...., sheet10. How can I read multiple sheets in Matlab that give me a separate matrix with same name of sheet.
回答 (1 件)
dpb
2015 年 6 月 8 日
doc xlsread
Use the optional SHEET name to read more than the default first sheet.
0 件のコメント
参考
カテゴリ
Help Center および 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!