axes
PURPOSE
% Create an axes object and return a handle to it.
SYNOPSIS
function h = axes (varargin)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- ancestor % Return the first ancestor of handle object @var{h} whose type matches
- gcf % Return the current figure handle. If a figure does not exist, create
This function is called by:
- area % Area plot of cumulative sum of the columns of @var{y}. This shows the
- axis % Set axis limits for plots.
- caxis % Set color axis limits for plots.
- cla % Delete the children of the current axes with visible handles.
- comet % Produce a simple comet style animation along the trajectory provided by
- compass %
- contour % Plot level curves (contour lines) of the matrix @var{z}, using the
- contour3 % Plot level curves (contour lines) of the matrix @var{z}, using the
- contourf % Compute and plot filled contours of the matrix @var{z}.
- errorbar % This function produces two-dimensional plots with errorbars. Many
- feather %
- fill % Create one or more filled patch objects, returning a patch object for each.
- gca % Return a handle to the current axis object. If no axis object
- loglog % Produce a two-dimensional plot using log scales for both axes. See
- loglogerr % Produce two-dimensional plots on double logarithm axis with
- meshz % Plot a curtain mesh given matrices @var{x}, and @var{y} from
- patch % Create patch object from @var{x} and @var{y} with color @var{c} and
- pie % Produce a pie chart.
- plot % Produces two-dimensional plots. Many different combinations of
- plotmatrix % Scatter plot of the columns of one matrix against another. Given the
- plotyy % Plots two sets of data with independent y-axes. The arguments @var{x1} and
- polar % Make a two-dimensional plot given the polar coordinates @var{theta} and
- quiver %
- quiver3 %
- rose %
- scatter %
- scatter3 %
- semilogx % Produce a two-dimensional plot using a log scale for the @var{x}
- semilogxerr % Produce two-dimensional plots on a semilogarithm axis with errorbars.
- semilogy % Produce a two-dimensional plot using a log scale for the @var{y}
- semilogyerr % Produce two-dimensional plots on a semilogarithm axis with errorbars.
- stairs % Produce a stairstep plot. The arguments may be vectors or matrices.
- subplot % Set up a plot grid with @var{cols} by @var{rows} subwindows and plot
- surf % Plot a surface given matrices @var{x}, and @var{y} from @code{meshgrid} and
- surface % Plot a surface graphic object given matrices @var{x}, and @var{y} from
- surfl % Plot a lighted surface given matrices @var{x}, and @var{y} from @code{meshgrid} and
- surfnorm % Find the vectors normal to a meshgridded surface. The meshed gridded
- xlabel % Specify x, y, and z axis labels for the current figure. If @var{h} is
- ylabel % @seealso{xlabel}.
- zlabel % @seealso{xlabel}.
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003