Datenum problem and reading from excel sheet
이전 댓글 표시
How can I fix it? I'm reading from an excel file
댓글 수: 1
Robert U
2017년 7월 19일
Same question as here:
Please, check my comment on that.
답변 (1개)
Jan
2017년 7월 19일
The error message is clear: raw_bouts_data(2:end,5) is not a cell string. Check this:
find(~cellfun('isclass', raw_bouts_data(2:end,5), 'char'))
What do you find? What are the types of the cell elements?
카테고리
도움말 센터 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!