ezpolar - Polar coordinate plotter

Syntax

ezpolar(f)
ezpolar(f,[a,b])

Description

ezpolar(f) plots the polar curve r = f(θ) over the default domain 0 < θ < 2π.

ezpolar(f,[a,b]) plots f for a < θ < b.

Example

This example creates a polar plot of the function,

1 + cos(t)

over the domain [0, 2π].

syms t
ezpolar(1+cos(t))

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS