用matlab如何画渐开线,找到几个关键点。 ... 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.
zhidao.baidu.com