| Using MATLAB Graphics | Search  Help Desk |
axis - sets values that affect the current axes object (the most recently created or the last clicked on).
axes - (not axis) creates a new axes object with the specified characteristics.
get and set - enable you to query and set a wide variety of properties of existing axes.
gca - returns the handle (identifier) of the current axes. If there are multiple axes in the figure window, the current axes is the last graph created or the last graph you clicked on with the mouse.