Turn on/off the "hold" state of axes. Toggle the states if no argument is used. When the "hold" state is on, new plotting
data will be added into current axes.
hold
Turn on/off the "hold" state of axes. Toggle the states if no argument is used. When the "hold" state is on, new plotting data will be added into current axes.
imagesc
Display a matrix as an image with scaled colors.
isaxes
Returns true if x is an axis handle; returns false if otherwise.
isfigure
Returns true if x is a figure graphics handle; returns false if otherwise.
ishandle
Returns true if x is a graphics handle; returns false if otherwise.
ishold
Returns true if the next plot will be added to the current one; returns false if otherwise.
legend
Update legend text of axes. Turn on/off the legend of axes. Toggle the states if no argument is used.
line
Add a curve in current axes or a specified axes.
loglog
Plots a given dataset in 2D axes with logarithmic scales for x and y axes.
mesh
Creates mesh in an axes and returns handles of the mesh.
meshgrid
Construct a grid of points from coordinate vectors.