Extract data from excel using heading
이전 댓글 표시
I have my data in an excel file. I want matlab to extract data and make a matrix from 9 places that have the same heading and the same length. The data is all located in the same column in the excel file. The locations vary between different excel files, so I want to use the heading to find data in the file not the location.
채택된 답변
추가 답변 (1개)
Sean de Wolski
2014년 6월 9일
0 개 추천
Use a table, that way you can index by variable name.
Attach an Excel sheet with specific instructions if you'd like a minimal working example.
카테고리
도움말 센터 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!