gusucode.com > smith圆图matlab源码程序 > smith/smith2.m

    for r=0:10
for rr=1/(1+r);
    cr=1-rr;
    plot(cr+rr*cos(tr),rr*sin(tr),'m')
    hold on
end
end