Query on spreadsheetimport options
이전 댓글 표시
In Spreadsheetimportoptions (in script not gui). How to assign opts.variablenames from excel row in script.
답변 (1개)
Sai Sri Pathuri
2019년 11월 6일
0 개 추천
You may use readcell function to read the excel sheet in the form of a cell array and assign the desired value from cell array to opts.VariableNames variable by proper indexing.
Refer the following link for readcell function documentation
카테고리
도움말 센터 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!