Home > freetb4matlab > time > datetick.m

datetick

PURPOSE ^

% Adds date formatted tick labels to an axis. The axis the apply the

SYNOPSIS ^

function datetick (varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} datetick (@var{form})
% @deftypefnx {Function File} {} datetick (@var{axis}, @var{form})
% @deftypefnx {Function File} {} datetick (@dots{}, 'keeplimits')
% @deftypefnx {Function File} {} datetick (@dots{}, 'keepticks')
% @deftypefnx {Function File} {} datetick (@dots{ax}, @dots{})
% Adds date formatted tick labels to an axis.  The axis the apply the
% ticks to is determined by @var{axis} that can take the values 'x',
% 'y' or 'z'.  The default value is 'x'.  The formatting of the labels is
% determined by the variable @var{form}, that can either be a string in
% the format needed by @code{dateform}, or a positive integer that can
% be accepted by @code{datestr}.
% @seealso{datenum, datestr}
% @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