极坐标图绘制使用polar函数。

极角theta和矢径rho为必填参数。

例:

t=0:pi/50:2pi

r=sin(t).cos(t)

polar(t,r,'-*')标记数据点。