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

Create successful ePaper yourself

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

esetPurpose2resetReset graphics object properties to their defaultsSyntaxDescriptionreset(h)reset(h) resets all properties having factory defaults on the object identifiedby h. To see the list of factory defaults, use the statement,get(0,'factory')If h is a figure, <strong>MATLAB</strong> does not reset Position, Units, PaperPosition, andPaperUnits. If h is an axes, <strong>MATLAB</strong> does not reset Position and Units.ExamplesSee Alsoreset(gca) resets the properties of the current axes.reset(gcf) resets the properties of the current figure.cla, clf, gca, gcf, hold2-407

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

Saved successfully!

Ooh no, something went wrong!