While all elements are not equal to NaN
Ältere Kommentare anzeigen
I have an array and I turn one element to NaN in each iteration until all elements are NaN, like:
While (all elements in array are not NaN)
do aomething
End
How can I do this?
Akzeptierte Antwort
Weitere Antworten (1)
evangeline
am 2 Mär. 2018
0 Stimmen
Kategorien
Mehr zu Cell Arrays finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!