| Symbolic Math Toolbox | ![]() |
Syntax
ezpolar(f) ezpolar(f,[a,b])
Description
ezpolar(f) plots the polar curve rho = f(theta) over the default domain
.
ezpolar(f,[a,b]) plots f for a < theta < b.
Example
This example creates a polar plot of the function,
syms t ezpolar(1+cos(t))
| ezplot3 | ezsurf | ![]() |