12.07.2015 Views

MATLAB Function Reference (Volume 2: Graphics)

MATLAB Function Reference (Volume 2: Graphics)

MATLAB Function Reference (Volume 2: Graphics)

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.

closemust specify the hidden option when trying to access a figure using the alloption.To delete all figures unconditionally, use the statements:set(0,'ShowHiddenHandles','on')delete(get(0,'Children'))The delete function does not execute the figure’s CloseRequestFcn; it simplydeletes the specified figure.The figure CloseRequestFcn allows you to either delay or abort the closing ofa figure once the close function has been issued. For example, you can displaya dialog box to see if the user really wants to delete the figure or save and cleanup before closing.See Alsodelete, figure, gcfThe figure HandleVisibility propertyThe root ShowHiddenHandles property2-81

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

Saved successfully!

Ooh no, something went wrong!