28.12.2012 Views

Figure Properties - SERC

Figure Properties - SERC

Figure Properties - SERC

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

fplot<br />

2-878<br />

400<br />

350<br />

300<br />

250<br />

200<br />

150<br />

100<br />

50<br />

0<br />

−50<br />

−20 −15 −10 −5 0 5 10 15 20<br />

Addition Examples<br />

This example passes function handles to fplot, one created from a MATLAB<br />

function and the other created from an anonymous function.<br />

hmp = @humps;<br />

subplot(2,1,1);fplot(hmp,[0 1])<br />

sn = @(x) sin(1./x);<br />

subplot(2,1,2);fplot(sn,[.01 .1])

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

Saved successfully!

Ooh no, something went wrong!