clear;clc
h=ezplot('(x-1)^2+y^2=1');
axis equal manual;
try
while 1
rotate(h,[0 0 1],1,[0 0 0]);
drawnow
end