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.
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.