Info

此问题已关闭。 请重新打开它进行编辑或回答。

Want to remove NAN values from a (429*252 double value) matrix.

1 次查看(过去 30 天)
i have a 429*252 double matrix. here each row and column contain some NAN values mixed with numerical value.i wish to remove all this NAN value from each row and column. how can i do this?

回答(1 个)

Pawel Ladosz
Pawel Ladosz 2016-8-19
编辑:Pawel Ladosz 2016-8-19
You cannot really remove NaN, you can only replace them with other values (unless you willing to change for cell), please read: http://uk.mathworks.com/matlabcentral/newsreader/view_thread/136787

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by