While all elements are not equal to NaN
Mostra commenti meno recenti
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?
Risposta accettata
Più risposte (1)
evangeline
il 2 Mar 2018
0 voti
Categorie
Scopri di più su Cell Arrays in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!