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.

copyobj<br />

Examples Copy a surface to a new axes within a different figure.<br />

2-338<br />

h = surf(peaks);<br />

colormap hot<br />

figure % Create a new figure<br />

axes % Create an axes object in the figure<br />

new_handle = copyobj(h,gca);<br />

colormap hot<br />

view(3)<br />

grid on<br />

Note that while the surface is copied, the colormap (figure property), view, and<br />

grid (axes properties) are not copies.<br />

See Also findobj, gcf, gca, gco, get, set<br />

Parent property for all graphics objects

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

Saved successfully!

Ooh no, something went wrong!