主题
:
matlab画图
查看单个帖子
2008-04-18, 17:06
#
2
fgabertb
普通会员
注册日期: 2008-03-25
年龄: 40
帖子: 58
声望力:
19
cen=[3 8] %圓心
r=3 %半徑
theta=linspace(0,2*pi);
x=r*cos(theta)+cen(1);
y=r*sin(theta)+cen(2);
plot(x,y)
axis equal
axis([0 20 0 20])
:smile:
fgabertb
查看公开信息
发送悄悄话给 fgabertb
查找 fgabertb 发表的更多帖子