Why do I get NaN for data on uiimport?
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Daniel Montgomery
il 18 Feb 2020
Risposto: Cris LaPierre
il 18 Feb 2020
I get Nan for the row 18 down, when float type dat was there. What could fix this?
0 Commenti
Risposta accettata
Cris LaPierre
il 18 Feb 2020
NaN means the data in that row,column is missing. You can specify what to put there instead if you don't want NaN. You can do that interactively in the import tool (see the first example here), or after the fact with fillmissing or standardizemissing functions.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Tables in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!