Polar coordinate plotter
ezpolar(f)
ezpolar(f, [a b])
example
ezpolar(f) plots the polar curve r = f(θ) over the default domain 0 < θ < 2π.
f
ezpolar(f, [a b]) plots f for a < θ < b.
[a b]
a
b
This example creates a polar plot of the function, 1 + cos(t), over the domain [0, 2π].
1 + cos(t)
syms t ezpolar(1 + cos(t))
collapse all
Input, specified as a symbolic function or expression.
Angle to plot over, specified as a vector, or a symbolic vector.