23.12.2012 Views

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

2ezplot<br />

Purpose Easy to use function plotter<br />

Syntax ezplot(f)<br />

ezplot(f,[min,max])<br />

ezplot(f,[xmin,xmax,ymin,ymax])<br />

ezplot(x,y)<br />

ezplot(x,y,[tmin,tmax])<br />

ezplot(...,figure)<br />

Description ezplot(f) plots the expression f = f(x) over the default domain: -2π < x < 2π.<br />

ezplot(f,[min,max]) plots f = f(x) over the domain: min < x < max.<br />

For implicitly defined functions, f = f(x,y):<br />

ezplot(f) plots f(x,y) = 0 over the default domain -2π < x < 2π, -2π < y < 2π.<br />

ezplot(f,[xmin,xmax,ymin,ymax]) plots f(x,y) = 0 over xmin < x < xmax and<br />

ymin < y < ymax.<br />

ezplot(f,[min,max])plots f(x,y) = 0 over min < x < max and min < y < max.<br />

ezplot<br />

If f is a function of the variables u and v (rather than x and y), then the domain<br />

endpoints umin, umax, vmin, and vmax are sorted alphabetically. Thus,<br />

ezplot('u^2 - v^2 - 1',[-3,2,-2,3]) plots u 2 - v 2 -1=0over -3 < u

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!