Home > m > plottools > ltpda_xaxis.m

ltpda_xaxis

PURPOSE ^

LTPDA_XAXIS Set the X axis range of the current figure

SYNOPSIS ^

function ltpda_xaxis(x1,x2)

DESCRIPTION ^

 LTPDA_XAXIS Set the X axis range of the current figure
 
 
 usage: ltpda_xaxis(x1,x2)
 
 
 M Hewitson  09-10-01
 
 $Id: ltpda_xaxis.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_xaxis(x1,x2)
0002 
0003 
0004 % LTPDA_XAXIS Set the X axis range of the current figure
0005 %
0006 %
0007 % usage: ltpda_xaxis(x1,x2)
0008 %
0009 %
0010 % M Hewitson  09-10-01
0011 %
0012 % $Id: ltpda_xaxis.html,v 1.1 2007/06/08 14:15:10 hewitson Exp $
0013 %
0014 %
0015 
0016 set(gca, 'XLim', [x1 x2]);
0017 
0018 % END

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