Home > m > plottools > ltpda_yaxis.m

ltpda_yaxis

PURPOSE ^

LTPDA_YAXIS Set the Y axis range of the current figure

SYNOPSIS ^

function ltpda_yaxis(y1,y2)

DESCRIPTION ^

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

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