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
 
 usage:  ltpda_zscale('scale')
 
 scale = 'lin' or 'log';
 
 M Hewitson  02-05-04
 
 $Id: ltpda_zscale.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_zscale(scale)
0002 
0003 % LTPDA_ZSCALE Set the Z scale of the current axis
0004 %
0005 % usage:  ltpda_zscale('scale')
0006 %
0007 % scale = 'lin' or 'log';
0008 %
0009 % M Hewitson  02-05-04
0010 %
0011 % $Id: ltpda_zscale.html,v 1.1 2007/06/08 14:15:10 hewitson Exp $
0012 %
0013 
0014 set(gca, 'ZScale', scale);
0015 
0016 % END

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