Home > m > plottools > ltpda_zaxis.m

ltpda_zaxis

PURPOSE ^

LTPDA_ZAXIS Set the Z axis range of the current figure

SYNOPSIS ^

function ltpda_zaxis(x1,x2)

DESCRIPTION ^

 LTPDA_ZAXIS Set the Z axis range of the current figure

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

 DESCRIPTION: LTPDA_ZAXIS Set the Z axis range of the current figure

 CALL:        ltpda_zaxis(x1,x2)

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

 HISTORY:     09-10-2001 M Hewitson
                 Creation

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

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function ltpda_zaxis(x1,x2)
0002 % LTPDA_ZAXIS Set the Z axis range of the current figure
0003 %
0004 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
0005 %
0006 % DESCRIPTION: LTPDA_ZAXIS Set the Z axis range of the current figure
0007 %
0008 % CALL:        ltpda_zaxis(x1,x2)
0009 %
0010 % VERSION:     $Id: ltpda_zaxis.m,v 1.4 2007/07/16 12:52:20 ingo Exp $
0011 %
0012 % HISTORY:     09-10-2001 M Hewitson
0013 %                 Creation
0014 %
0015 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
0016 
0017 set(gca, 'ZLim', [x1 x2]);
0018 
0019 % END

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