Mercurial > hg > octave-lyh
diff scripts/plot/surfc.m @ 11587:c792872f8942
all script files: untabify and strip trailing whitespace
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:35:29 -0500 |
parents | fd0a3ac60b0e |
children | b0084095098e |
line wrap: on
line diff
--- a/scripts/plot/surfc.m +++ b/scripts/plot/surfc.m @@ -18,11 +18,11 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} surfc (@var{x}, @var{y}, @var{z}) -## Plot a surface and contour given matrices @var{x}, and @var{y} from -## @code{meshgrid} and a matrix @var{z} corresponding to the @var{x} and -## @var{y} coordinates of the mesh. If @var{x} and @var{y} are vectors, -## then a typical vertex is (@var{x}(j), @var{y}(i), @var{z}(i,j)). Thus, -## columns of @var{z} correspond to different @var{x} values and rows of +## Plot a surface and contour given matrices @var{x}, and @var{y} from +## @code{meshgrid} and a matrix @var{z} corresponding to the @var{x} and +## @var{y} coordinates of the mesh. If @var{x} and @var{y} are vectors, +## then a typical vertex is (@var{x}(j), @var{y}(i), @var{z}(i,j)). Thus, +## columns of @var{z} correspond to different @var{x} values and rows of ## @var{z} correspond to different @var{y} values. ## @seealso{meshgrid, surf, contour} ## @end deftypefn