Home > m > plottools > ltpda_xticks.m

ltpda_xticks

PURPOSE ^

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

SYNOPSIS ^

function ltpda_xticks(v)

DESCRIPTION ^

 LTPDA_XTICKS set the input vector as the y-ticks of the current axis.
 
 function ltpda_xticks(v)
 
 M Hewitson 10-08-06
 
 $Id: ltpda_xticks.html,v 1.1 2007/06/08 14:15:10 hewitson Exp $

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function ltpda_xticks(v)
0002 
0003 % LTPDA_XTICKS set the input vector as the y-ticks of the current axis.
0004 %
0005 % function ltpda_xticks(v)
0006 %
0007 % M Hewitson 10-08-06
0008 %
0009 % $Id: ltpda_xticks.html,v 1.1 2007/06/08 14:15:10 hewitson Exp $
0010 %
0011 
0012 set(gca, 'Xtick', v);
0013 
0014 % END

Generated on Fri 08-Jun-2007 16:09:11 by m2html © 2003