Home > freetb4matlab > plot > tics.m

tics

PURPOSE ^

% tics(axis,[pos1,pos2,...],['lab1';'lab2';...])

SYNOPSIS ^

function tics (axis,pos,lab)

DESCRIPTION ^

% tics(axis,[pos1,pos2,...],['lab1';'lab2';...])
%
% Explicitly set the tic positions and labels for the given axis.
%
% If no positions or labels are given, then restore the default.
% If positions are given but no labels, use those positions with the
% normal labels.  If positions and labels are given, each position
% labeled with the corresponding row from the label matrix.
%
% Axis is 'x', 'y' or 'z'.

CROSS-REFERENCE INFORMATION ^

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