www.gusucode.com > graphics 案例源码程序 matlab代码 > graphics/CreatePolarPlotOfMathematicalFunctionExample.m

    %% Polar Plot of Mathematical Function
% Plot the function $1+\cos(t)$ over the domain $[0,2\pi]$.

% Copyright 2015 The MathWorks, Inc.


figure
ezpolar('1+cos(t)')