Datenum problem and reading from excel sheet
Ältere Kommentare anzeigen
How can I fix it? I'm reading from an excel file
1 Kommentar
Robert U
am 19 Jul. 2017
Same question as here:
Please, check my comment on that.
Antworten (1)
Jan
am 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?
Kategorien
Mehr zu Spreadsheets finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!