comparison scripts/plot/surface.m @ 9040:dbd0c77e575e

Cleanup documentation file plot.texi Spellcheck Stylecheck (Mostly double spaces after periods)
author Rik <rdrider0-list@yahoo.com>
date Sun, 22 Mar 2009 14:40:24 -0700
parents eb63fbe60fab
children 1bf0ce0930be
comparison
equal deleted inserted replaced
9039:51dc9691f23f 9040:dbd0c77e575e
28 ## Plot a surface graphic object given matrices @var{x}, and @var{y} from 28 ## Plot a surface graphic object given matrices @var{x}, and @var{y} from
29 ## @code{meshgrid} and a matrix @var{z} corresponding to the @var{x} and 29 ## @code{meshgrid} and a matrix @var{z} corresponding to the @var{x} and
30 ## @var{y} coordinates of the surface. If @var{x} and @var{y} are vectors, 30 ## @var{y} coordinates of the surface. If @var{x} and @var{y} are vectors,
31 ## then a typical vertex is (@var{x}(j), @var{y}(i), @var{z}(i,j)). Thus, 31 ## then a typical vertex is (@var{x}(j), @var{y}(i), @var{z}(i,j)). Thus,
32 ## columns of @var{z} correspond to different @var{x} values and rows of 32 ## columns of @var{z} correspond to different @var{x} values and rows of
33 ## @var{z} correspond to different @var{y} values. If @var{x} and @var{y} 33 ## @var{z} correspond to different @var{y} values. If @var{x} and @var{y}
34 ## are missing, they are constructed from size of the matrix @var{z}. 34 ## are missing, they are constructed from size of the matrix @var{z}.
35 ## 35 ##
36 ## Any additional properties passed are assigned to the surface. 36 ## Any additional properties passed are assigned to the surface.
37 ## @seealso{surf, mesh, patch, line} 37 ## @seealso{surf, mesh, patch, line}
38 ## @end deftypefn 38 ## @end deftypefn