Home > freetb4matlab > plot > xlabel.m

xlabel

PURPOSE ^

% Specify x, y, and z axis labels for the current figure. If @var{h} is

SYNOPSIS ^

function retval = xlabel (varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} xlabel (@var{string})
% @deftypefnx {Function File} {} ylabel (@var{string})
% @deftypefnx {Function File} {} zlabel (@var{string})
% @deftypefnx {Function File} {} xlabel (@var{h}, @var{string})
% Specify x, y, and z axis labels for the current figure.  If @var{h} is
% specified then label the axis defined by @var{h}.
% @seealso{plot, semilogx, semilogy, loglog, polar, mesh, contour,
% bar, stairs, title}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003