Why do I get NaN for data on uiimport?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Daniel Montgomery
el 18 de Feb. de 2020
Respondida: Cris LaPierre
el 18 de Feb. de 2020
I get Nan for the row 18 down, when float type dat was there. What could fix this?
0 comentarios
Respuesta aceptada
Cris LaPierre
el 18 de Feb. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Tables en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!