matlab polarplot 在极坐标中绘制螺线

matlab polarplot 在极坐标中绘制螺线

 

theta = linspace(0,1800,500);
rho = 0.005*theta/100;

theta_radians = deg2rad(theta);
polarplot(theta_radians,rho)

 

 

 

 

matlab polarplot 在极坐标中绘制螺线

 

 

 

参考:https://ww2.mathworks.cn/help/matlab/ref/polarplot.html

 

 

###################################

上一篇:Raspberry Pi Pico使用CricuitPython---(2)


下一篇:极角排序