Why do I get NaN for data on uiimport?

1 回表示 (過去 30 日間)
Daniel Montgomery
Daniel Montgomery 2020 年 2 月 18 日
回答済み: Cris LaPierre 2020 年 2 月 18 日
I get Nan for the row 18 down, when float type dat was there. What could fix this?

採用された回答

Cris LaPierre
Cris LaPierre 2020 年 2 月 18 日
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 件)

カテゴリ

Help Center および File ExchangeDatabase Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by