While all elements are not equal to NaN
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (1)
evangeline
el 2 de Mzo. de 2018
0 votos
Categorías
Más información sobre Cell Arrays en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!