Home > m > plottools > ltpda_yticks.m

ltpda_yticks

PURPOSE ^

LTPDA_YTICKS set the input vector as the y-ticks of the current axis.

SYNOPSIS ^

function ltpda_yticks(v)

DESCRIPTION ^

 LTPDA_YTICKS set the input vector as the y-ticks of the current axis.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

 DESCRIPTION: LTPDA_YTICKS set the input vector as the y-ticks of the current
              axis.

 CALL:        ltpda_yticks(v)

 VERSION:     $Id: ltpda_yticks.m,v 1.4 2007/07/16 12:52:20 ingo Exp $

 HISTORY:     10-08-2006 M Hewitson
                 Creation

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function ltpda_yticks(v)
0002 % LTPDA_YTICKS set the input vector as the y-ticks of the current axis.
0003 %
0004 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
0005 %
0006 % DESCRIPTION: LTPDA_YTICKS set the input vector as the y-ticks of the current
0007 %              axis.
0008 %
0009 % CALL:        ltpda_yticks(v)
0010 %
0011 % VERSION:     $Id: ltpda_yticks.m,v 1.4 2007/07/16 12:52:20 ingo Exp $
0012 %
0013 % HISTORY:     10-08-2006 M Hewitson
0014 %                 Creation
0015 %
0016 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
0017 
0018 set(gca, 'Ytick', v);
0019 
0020 % END

Generated on Mon 03-Sep-2007 12:12:34 by m2html © 2003