comparison scripts/plot/draw/surfc.m @ 20852:516bb87ea72e

2015 Code Sprint: remove class of function from docstring for all m-files.
author Rik <rik@octave.org>
date Sat, 12 Dec 2015 07:31:00 -0800
parents 418ae0cb752f
children 1c4cd12987f5
comparison
equal deleted inserted replaced
20851:0828bf20d105 20852:516bb87ea72e
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} surfc (@var{x}, @var{y}, @var{z}) 20 ## @deftypefn {} {} surfc (@var{x}, @var{y}, @var{z})
21 ## @deftypefnx {Function File} {} surfc (@var{z}) 21 ## @deftypefnx {} {} surfc (@var{z})
22 ## @deftypefnx {Function File} {} surfc (@dots{}, @var{c}) 22 ## @deftypefnx {} {} surfc (@dots{}, @var{c})
23 ## @deftypefnx {Function File} {} surfc (@dots{}, @var{prop}, @var{val}, @dots{}) 23 ## @deftypefnx {} {} surfc (@dots{}, @var{prop}, @var{val}, @dots{})
24 ## @deftypefnx {Function File} {} surfc (@var{hax}, @dots{}) 24 ## @deftypefnx {} {} surfc (@var{hax}, @dots{})
25 ## @deftypefnx {Function File} {@var{h} =} surfc (@dots{}) 25 ## @deftypefnx {} {@var{h} =} surfc (@dots{})
26 ## Plot a 3-D surface mesh with underlying contour lines. 26 ## Plot a 3-D surface mesh with underlying contour lines.
27 ## 27 ##
28 ## The surface mesh is plotted using shaded rectangles. The vertices of the 28 ## The surface mesh is plotted using shaded rectangles. The vertices of the
29 ## rectangles [@var{x}, @var{y}] are typically the output of @code{meshgrid}. 29 ## rectangles [@var{x}, @var{y}] are typically the output of @code{meshgrid}.
30 ## over a 2-D rectangular region in the x-y plane. @var{z} determines the 30 ## over a 2-D rectangular region in the x-y plane. @var{z} determines the