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!