zlim
Set and query range of z axis.
Syntax
zlim()
zlim([Z_lo Z_hi])
zlim(hAxis, ...])
Inputs
- Z_lo, Z_hi
 - Lowest and highest z ranges.
 - hAxes
 - Axis handle.
 
Example
Simple zlim example:
clf;
zlim([2 8])
zlim()
      ans = [Matrix] 1 x 2
2  8
      Figure 1. Simple zlim example