# HG changeset patch # User Rik # Date 1380141864 25200 # Node ID ff5ff67946cb18e32e9e06d050c2b3b9b9d4c8ef # Parent 326af26556ea2b314a79d77e19feb89d433c9dd3 meshgrid.m: Close @code{} macro in docstring. * scripts/plot/meshgrid.m: Close @code{} macro in docstring. diff --git a/scripts/plot/meshgrid.m b/scripts/plot/meshgrid.m --- a/scripts/plot/meshgrid.m +++ b/scripts/plot/meshgrid.m @@ -46,9 +46,9 @@ ## Programming Note: @code{meshgrid} is restricted to 2-D or 3-D grid ## generation. The @code{ndgrid} function will generate 1-D through N-D ## grids. However, the functions are not completely equivalent. If @var{x} -## is a vector of length M and @var{y} is a vector of length N, then @code -## meshgrid will produce an output grid which is NxM. @code{ndgrid} will -## produce an output which is MxN for the same input. +## is a vector of length M and @var{y} is a vector of length N, then +## @code{meshgrid} will produce an output grid which is NxM. @code{ndgrid} +## will produce an output which is MxN for the same input. ## @seealso{ndgrid, mesh, contour, surf} ## @end deftypefn