Datenum problem and reading from excel sheet
조회 수: 2 (최근 30일)
이전 댓글 표시
How can I fix it? I'm reading from an excel file
댓글 수: 1
답변 (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?
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!