matlab polarplot 在极坐标中绘制螺线
theta = linspace(0,1800,500); rho = 0.005*theta/100; theta_radians = deg2rad(theta); polarplot(theta_radians,rho)
参考:https://ww2.mathworks.cn/help/matlab/ref/polarplot.html
###################################