Labfans是一个针对大学生、工程师和科研工作者的技术社区。 论坛首页 | 联系我们(Contact Us)
MATLAB爱好者论坛-LabFans.com
返回   MATLAB爱好者论坛-LabFans.com > 工程数学软件 > MATLAB论坛
MATLAB论坛 一切MATLAB相关问题在此讨论。
回复
 
主题工具 显示模式
旧 2009-02-26, 16:01   #1
zhouxingli
初级会员
 
注册日期: 2009-02-12
年龄: 39
帖子: 12
声望力: 17
zhouxingli 正向着好的方向发展
默认 回复: [求助]史密斯圆

我这里有个画smith图的程序,你先看下!
plot([0 0],[-1.1 +1.1],'r'),hold on,xlabel('u')
plot([-1.1 +1.1],[0 0],'r'),ylabel('v'),
axis equal,axis([-1.1,+1.1,-1.1,+1.1]),grid
tr=2*pi*(0:.01:1);
for r=[0,.2,.5,1,2,5]
rr=1/(r+1);cr=1-rr;
plot(cr+rr*cos(tr),rr*sin(tr))
end
for x=[.2,.5,1,2,5]
rx=1/x;cx=rx;
tx=2*atan(x)*(0:.1:1);
plot(1-rx*sin(tx),cx-rx*cos(tx))
plot(1-rx*sin(tx),-cx+rx*cos(tx))
end
zhouxingli 当前离线   回复时引用此帖
回复


发帖规则
不可以发表新主题
不可以发表回复
不可以上传附件
不可以编辑自己的帖子

启用 BB 代码
论坛启用 表情符号
论坛启用 [IMG] 代码
论坛禁用 HTML 代码



所有时间均为北京时间。现在的时间是 16:09


Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.