28.12.2012 Views

Figure Properties - SERC

Figure Properties - SERC

Figure Properties - SERC

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.

feather<br />

2feather<br />

Purpose Plot velocity vectors<br />

Syntax feather(U,V)<br />

feather(Z)<br />

feather(...,LineSpec)<br />

feather(axes_handle,...)<br />

h = feather(...)<br />

Description A feather plot displays vectors emanating from equally spaced points along a<br />

horizontal axis. You express the vector components relative to the origin of the<br />

respective vector.<br />

2-742<br />

feather(U,V) displays the vectors specified by U and V, where U contains the x<br />

components as relative coordinates, and V contains the y components as<br />

relative coordinates.<br />

feather(Z) displays the vectors specified by the complex numbers in Z. This is<br />

equivalent to feather(real(Z),imag(Z)).<br />

feather(...,LineSpec) draws a feather plot using the line type, marker<br />

symbol, and color specified by LineSpec.<br />

feather(axes_handle,...) plots into the axes with handle axes_handle<br />

instead of the current axes (gca).<br />

h = feather(...) returns the handles to line objects in h.<br />

Examples Create a feather plot showing the direction of theta.<br />

theta = ( 90:10:90)*pi/180;<br />

r = 2*ones(size(theta));<br />

[u,v] = pol2cart(theta,r);<br />

feather(u,v);

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

Saved successfully!

Ooh no, something went wrong!