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!