(translator=chingz, ChineseSource=chingz-20020623-14.5\polar.html, EnglishSource=c:\matlabr12\help\techdoc\ref\polar.html)
MATLAB Function Reference    
polar

進行極座標繪圖

Syntax

Description

The polar函數接受極座標,並將其繪製在Cartesian平面上,且在平面上繪製極座標格子。

polar(theta,rho) 產生一個對半徑rho有角度theta的極座標圖形,thetax軸到由弧度指定的輻(天徑)之間的角度,rho是輻在資料間距單位指定的長度。

polar(theta,rho,LineSpec) LineSpec設定繪製極座標時線的式樣、繪圖符號和線的顏色。

Examples

See Also

cart2pol, compass, LineSpec, plot, pol2cart, rose


 pol2cart poly