Why drawnow ; is given after imshow in matlab?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Why drawnow ; is given after imshow in matlab?
0 comentarios
Respuestas (1)
Honglei Chen
el 14 de Ag. de 2015
This is used to flush the graphic queue so you can see the change on screen. This is often used in animation so you can see the graph change during a loop. Otherwise, the program may accumulate the queue and flush it at the end of loop and you don't see the animation effect.
Ver también
Categorías
Más información sobre Animation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!