Datenum problem and reading from excel sheet

2 views (last 30 days)
Yasaman Best
Yasaman Best on 11 Jul 2017
Edited: Yasaman Best on 23 Dec 2017
How can I fix it? I'm reading from an excel file

Answers (1)

Jan
Jan on 19 Jul 2017
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?

Products

Community Treasure Hunt

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

Start Hunting!