folders containing excel spreadsheets
3 ビュー (過去 30 日間)
古いコメントを表示
I have 4 folders each consisting of several (>10) excel spreadsheets. How is it possible to extract the last worksheet of each spreadsheet into matlab. So that in matlab, the data will be such that a cell would represent a folder and within that cell you would have the contents of each folder i.e. the data from the last worksheet of each spreadsheet?
cheers
0 件のコメント
回答 (1 件)
Robert Cumming
2011 年 11 月 30 日
doc dir
doc xlsread
doc cell
should give you somewhere to start...
6 件のコメント
Robert Cumming
2011 年 12 月 1 日
fixed?
clever?
dynamic?
concentrate on loading the data from one file - then expandm rather than trying to solve the problem in one go.
参考
カテゴリ
Help Center および File Exchange で Data Export to MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!