问题挺模糊,不过极坐标画多个数据很容易,将例子中的函数换为你的数组矩阵就可以了。例如:t = 0:.01:2*pi;polar(t,sin(2*t).*cos(2*t),'--r');hold on;polar(t,0.5*sin(2*t).*cos(2*t),'--b');hold off