two figures popping problem??
Mostrar comentarios más antiguos
when I make a figure with an axis I always get another figure appearing. How to stop the second one?is it because the drawnow command?
figname = figure( );
ax = axes('Parent', figname,'XLim',[0 200],'YLim',[0 200]);
.
.
.
drawnow()
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Graphics Performance 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!