Mercurial > hg > octave-nkf
diff scripts/plot/meshdom.m @ 3426:f8dde1807dee
[project @ 2000-01-13 08:40:00 by jwe]
author | jwe |
---|---|
date | Thu, 13 Jan 2000 08:40:53 +0000 |
parents | a4cd1e9d9962 |
children | c11d138d654a |
line wrap: on
line diff
--- a/scripts/plot/meshdom.m +++ b/scripts/plot/meshdom.m @@ -21,7 +21,7 @@ ## @deftypefn {Function File} {} meshdom (@var{x}, @var{y}) ## Given vectors of @var{x} and @var{y} coordinates, return two matrices ## corresponding to the @var{x} and @var{y} coordinates of the mesh. -## +## ## See the file @file{sombrero.m} for an example of using @code{mesh} and ## @code{meshdom}. ##