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.

2clf<br />

Purpose Clear current figure window<br />

Syntax clf<br />

clf reset<br />

Description clf deletes from the current figure all graphics objects whose handles are not<br />

hidden (i.e., their HandleVisibility property is set to on).<br />

clf reset deletes from the current figure all graphics objects regardless of the<br />

setting of their HandleVisibility property and resets all figure properties,<br />

except Position, Units, PaperPosition, and PaperUnits to their default<br />

values.<br />

Remarks The clf command behaves the same way when issued on the command line as<br />

it does in callback routines – it does not recognize the HandleVisibility<br />

setting of callback. This means that when issued from within a callback<br />

routine, clf deletes only those objects whose HandleVisibility property is set<br />

to on.<br />

See Also cla, clc, hold, reset<br />

clf<br />

2-269

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

Saved successfully!

Ooh no, something went wrong!