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.
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 axes' legend text, 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.
uibuttongroup
Creates a button group in a figure to group radio buttons.
uicontextmenu
Creates a context menu which is displayed with a right-mouse click for a figure, uitab, or select uicontrol objects.
uicontextmenuitem
Creates a menu item in a context menu which is displayed with a right-mouse click for a figure, uitab, or select uicontrol objects.
uicontrol
Creates interactive graphical control objects in a figure. Use the 'style' property of uicontrol to create different types of control objects.
uipanel
Creates a frame for interactive graphical control objects in a figure.
uiresume
Resumes execution of code, stopping uiwait on the given handle, handle, or stopping all uiwait commands in the current session.
uitab
Creates a tab in a tabbed frame for interactive graphical control objects in a figure.
uitabgroup
Creates a tabbed frame for interactive graphical control objects in a figure.