looking for a command
Mostrar comentarios más antiguos
How can I get from A=[21 3 NaN NaN] to A=[21 3 0 0] without using a for cycle?
Respuesta aceptada
Más respuestas (1)
Andrei Bobrov
el 6 de Oct. de 2013
A(A~=A) = 0
Categorías
Más información sobre MATLAB 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!