Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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

1 Ansicht (letzte 30 Tage)
Priyanka Roy
Priyanka Roy am 19 Aug. 2016
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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?

Antworten (1)

Pawel Ladosz
Pawel Ladosz am 19 Aug. 2016
Bearbeitet: Pawel Ladosz am 19 Aug. 2016
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

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by