comparison scripts/plot/surface.m @ 9051:1bf0ce0930be

Grammar check TexInfo in all .m files Cleanup documentation sources to follow a few consistent rules. Spellcheck was NOT done. (but will be in another changeset)
author Rik <rdrider0-list@yahoo.com>
date Fri, 27 Mar 2009 22:31:03 -0700
parents dbd0c77e575e
children 16f53d29049f
comparison
equal deleted inserted replaced
9044:656ad518f385 9051:1bf0ce0930be
26 ## @deftypefnx {Function File} {} surface (@var{h}, @dots{}) 26 ## @deftypefnx {Function File} {} surface (@var{h}, @dots{})
27 ## @deftypefnx {Function File} {@var{h} =} surface (@dots{}) 27 ## @deftypefnx {Function File} {@var{h} =} surface (@dots{})
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.