Datenum problem and reading from excel sheet

조회 수: 2 (최근 30일)
Yasaman Best
Yasaman Best 2017년 7월 11일
편집: Yasaman Best 2017년 12월 23일
How can I fix it? I'm reading from an excel file

답변 (1개)

Jan
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?

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by