摘要: matlab polarplot 在极坐标中绘制螺线 theta = linspace(0,1800,500); rho = 0.005*theta/100; theta_radians = deg2rad(theta); polarplot(theta_radians,rho) 参考:https: 阅读全文
posted @ 2021-11-02 08:44 西北逍遥 阅读(346) 评论(0) 推荐(0) 编辑
摘要: matlab polarplot 在极坐标中绘制线条 函数: function h = polarplot(varargin) %POLARPLOT Polar plot. % POLARPLOT(TH,R) plots vector TH vs R. The values in TH % are 阅读全文
posted @ 2021-11-02 08:29 西北逍遥 阅读(884) 评论(0) 推荐(0) 编辑