www.gusucode.com > symbolic 源码程序 matlab案例代码 > symbolic/EzplotPolarPlotOfATrigonometricFunctionExample.m

    %% Polar Plot of a Trigonometric Function
%% 1

% Copyright 2015 The MathWorks, Inc.

syms t
ezpolar(1 + cos(t))