meshgrid
PURPOSE
% Given vectors of @var{x} and @var{y} and @var{z} coordinates, and
SYNOPSIS
function [xx, yy, zz] = meshgrid (x, y, z)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
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
- isosurface %
- pcolor % Density plot for given matrices @var{x}, and @var{y} from @code{meshgrid} and
- peaks % Generate a function with lots of local maxima and minima. The function
- plot3 % Produce three-dimensional plots. Many different combinations of
- ribbon % Plot a ribbon plot for the columns of @var{y} vs. @var{x}. The
- slice % Plot slices of 3D data/scalar fields. Each element of the 3-dimensional
- 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