matlab polar画图

%% polar(theta,r)极坐标绘图 x = 0:pi/100:pi; y = sin(x); subplot(231); polar(x,y); title(‘the sine function plotted in polar coordinates is a circle.’); hold %% theta = 0:pi/100:2pi; r = 5cos(4theta); r1 =
相关文章
相关标签/搜索