matlab如何画渐开线

用matlab如何画渐开线,找到几个关键点。
2025-02-24 13:37:41
推荐回答(2个)
回答1:

n=4*pi
t=0:pi/20:n
R=1
x=R*(cos(t)+t.*sin(t))
y=R*(sin(t)-t.*cos(t))
plot(x,y)
axis square
grid

回答2:

n=4*pi
t=0:pi/20:n
R=1
x=R*(cos(t)+t.*sin(t))
y=R*(sin(t)-t.*cos(t))
plot(x,y)
axis square
grid
参考资料:http://zhidao.baidu.com/link?url=_CrK6ftMx7lfl6-mTPSWj8UxCJt2oyj4ryf7R06KFupxdPZdoAApVs8Qnxq-jClfeOgMo6lGRC_VLKv_Dknfqq