Datenum problem and reading from excel sheet
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How can I fix it? I'm reading from an excel file
1 Commento
Risposte (1)
Jan
il 19 Lug 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?
0 Commenti
Vedere anche
Categorie
Scopri di più su Spreadsheets in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!