Finds all objects that have a property named propertyName and the value for such property is propertyValue. findall performs the same search as findobj but includes objects for which 'handlevisibility' property is set to 'off' and their children.
ellipse
Creates an elliptical shape on the figure.
fanplot
Creates a surface and a set of 3D lines defined by the x, y, and z matrices.
figure
Creates a new figure for plotting and uicontrols.
fill
Creates 2D filled in polygons of range x and y and color c.
findall
Finds all objects that have a property named propertyName and the value for such property is propertyValue. findall performs the same search as findobj but includes objects for which 'handlevisibility' property is set to 'off' and their children.
findobj
Finds all objects which have a property named propertyName and the value for such property is propertyValue.
uibuttongroup
Creates a button group in a figure to group radio buttons.
uicontextmenu
Creates a context menu that is displayed with a right-click for a figure, uitab, or select uicontrol objects.
uicontextmenuitem
Creates a menu item in a context menu that is displayed with a right-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.