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!