What does NaN mean here?
Mostrar comentarios más antiguos
hi guys
I cannot understand what is happening when we are coding this;
K=0:0.01:1;
[rowK,colK]= size(K);
aux=zeros(colK,colK)+NaN;
In the auxiliary matrix which is being defined what role does NaN plays?
Thanks
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Functions 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!