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 =
相關文章
相關標籤/搜索