Drawnow problems with consecutive windows popping out
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
I have a 3-dimensional matrix called "kk". As I want to see how the matrix propagates with respect to its third dimension (time), I have used the following code: for j = 1:1001 surf(xx,yy,kk(:,:,j)) drawnow end However, I have only received windows being popped out after I have closed the previous ones, instead of a series of animation on the figure window. Anything that I did wrong?
Respuestas (0)
La pregunta está cerrada.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!