Mercurial > hg > octave-lyh
diff scripts/plot/isonormals.m @ 12529:0579a13f29a1
Add isocolors, isonormals, isosurface functions to documentation.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sat, 19 Mar 2011 13:06:50 -0700 |
parents | c792872f8942 |
children | f5a780d675a1 |
line wrap: on
line diff
--- a/scripts/plot/isonormals.m +++ b/scripts/plot/isonormals.m @@ -25,7 +25,7 @@ ## @deftypefnx {Function File} isonormals (@dots{}, @var{p}) ## ## If called with one output argument and the first input argument -## @var{val} is a three--dimensional array that contains the data for an +## @var{val} is a three-dimensional array that contains the data for an ## isosurface geometry and the second input argument @var{v} keeps the ## vertices of an isosurface then return the normals @var{n} in form of ## a matrix with the same size than @var{v} at computed points @@ -88,8 +88,7 @@ ## isofinish (p); ## @end example ## -## @seealso {isosurface, isocolors, isocaps, marching_cube} -## +## @seealso{isosurface, isocolors} ## @end deftypefn ## Author: Martin Helm <martin@mhelm.de>