surfnorm
PURPOSE 
% Find the vectors normal to a meshgridded surface.  The meshed gridded
SYNOPSIS 
function [Nx, Ny, Nz] = surfnorm (varargin) 
DESCRIPTION 
CROSS-REFERENCE INFORMATION 
This function calls:
- axes	% Create an axes object and return a handle to it.
 - gca	% Return a handle to the current axis object.  If no axis object
 - meshgrid	% Given vectors of @var{x} and @var{y} and @var{z} coordinates, and
 - newplot	% Prepare graphics engine to produce a new plot.  This function should
 - plot3	% Produce three-dimensional plots.  Many different combinations of
 - surf	% Plot a surface given matrices @var{x}, and @var{y} from @code{meshgrid} and
 
This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003