I'd like to draw a circle and move it in Matlab plot figure. I'm using
viscircles([8.1, 8.5], 1);
to draw circles. How do I call this again to draw a new circle and delete the original circle? Also is there a way I can use
drawnow
function to do this?
viscircles
or is it okay to draw a circle in a different way? – Irreducible