Home > m > plottools > ltpda_zscale.m

ltpda_zscale

PURPOSE ^

LTPDA_ZSCALE Set the Z scale of the current axis

SYNOPSIS ^

function ltpda_zscale(scale)

DESCRIPTION ^

 LTPDA_ZSCALE Set the Z scale of the current axis

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

 DESCRIPTION: LTPDA_ZSCALE Set the Z scale of the current axis

 CALL:        ltpda_zscale('scale')   scale = 'lin' or 'log';

 VERSION:     $Id: ltpda_zscale.html,v 1.14 2008/03/31 10:27:43 hewitson Exp $

 HISTORY:     02-05-2004 M Hewitson
                 Creation

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

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function ltpda_zscale(scale)
0002 % LTPDA_ZSCALE Set the Z scale of the current axis
0003 %
0004 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
0005 %
0006 % DESCRIPTION: LTPDA_ZSCALE Set the Z scale of the current axis
0007 %
0008 % CALL:        ltpda_zscale('scale')   scale = 'lin' or 'log';
0009 %
0010 % VERSION:     $Id: ltpda_zscale.html,v 1.14 2008/03/31 10:27:43 hewitson Exp $
0011 %
0012 % HISTORY:     02-05-2004 M Hewitson
0013 %                 Creation
0014 %
0015 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
0016 
0017 set(gca, 'ZScale', scale);
0018 
0019 % END

Generated on Mon 31-Mar-2008 12:20:24 by m2html © 2003