| MATLAB Function Reference | Search  Help Desk |
| ezpolar | Examples See Also |
Easy to use polar coordinate plotter
Syntax
ezpolar(f) ezpolar(f,[a,b])
Description
ezpolar(f) plots the polar curve rho = f(theta) over the default domain 0 < theta < 2
.
ezpolar(f,[a,b]) plots f for a < theta < b.
Examples
This example creates a polar plot of the function,
]:
ezpolar('1+cos(t)')

See Also
ezplot, ezplot3, ezsurf, plot, plot3, polar