Symbolic Math Toolbox
  Go to function:
    Search    Help Desk 
ezpolar    Examples

Polar coordinate plotter.

Syntax

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.

Example

This example creates a polar plot of the function,

over the domain [0, 2]:



[ Previous | Help Desk | Next ]