surf
PURPOSE
% Plot a surface given matrices @var{x}, and @var{y} from @code{meshgrid} and
SYNOPSIS
function retval = surf (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
- ishold % Return true if the next line will be added to the current plot, or
- newplot % Prepare graphics engine to produce a new plot. This function should
- surface % Plot a surface graphic object given matrices @var{x}, and @var{y} from
This function is called by:
- cylinder % Generates three matrices in @code{meshgrid} format, such that
- ellipsoid % Generate three matrices in @code{meshgrid} format that define an
- peaks % Generate a function with lots of local maxima and minima. The function
- sombrero % Produce the familiar three-dimensional sombrero plot using @var{n}
- sphere % Generates three matrices in @code{meshgrid} format, such that
- surfnorm % Find the vectors normal to a meshgridded surface. The meshed gridded
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003