Why do I get NaN for data on uiimport?

1 Ansicht (letzte 30 Tage)
Daniel Montgomery
Daniel Montgomery am 18 Feb. 2020
Beantwortet: Cris LaPierre am 18 Feb. 2020
I get Nan for the row 18 down, when float type dat was there. What could fix this?

Akzeptierte Antwort

Cris LaPierre
Cris LaPierre am 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.

Weitere Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by