Eliminating specific data from a file

Currently I am working with variables that have 1400 data inputs each and some of them come out as NaN. Is there a way to scan the variables to remove the NaNs and create new ones automatically? I tried setting it up with a for and an if cycle but didn’t find much success, will send screenshot of my attempts asap since I don’t have them with me rn.

 采纳的回答

There are functions like fillmissing to interpolate the NaN entries and rmmissing to delete them (the entire row with a NaN entry).

4 个评论

Thank you I’ll try as soon as I get home
Sorry for the late reply, worked like a charm, thank you.
As always, my pleasure!

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Interpolation of 2-D Selections in 3-D Grids 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by