フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

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

1 回表示 (過去 30 日間)
Priyanka Roy
Priyanka Roy 2016 年 8 月 19 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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