comparison scripts/plot/contourf.m @ 7164:2b5e6c0a9df9

[project @ 2007-11-12 22:04:42 by jwe]
author jwe
date Mon, 12 Nov 2007 22:06:35 +0000
parents e54cc03d53f6
children dd88d61d443f
comparison
equal deleted inserted replaced
7163:d4d8c7b33e16 7164:2b5e6c0a9df9
1 ## Copyright (C) 2007 Kai Habel 1 ## Copyright (C) 2007 Kai Habel
2 ## Copyright (C) 2003 Shai Ayal 2 ## Copyright (C) 2003 Shai Ayal
3 ## 3 ##
4 ## This program is free software; you can redistribute it and/or modify it 4 ## This file is part of Octave.
5 ##
6 ## Octave is free software; you can redistribute it and/or modify it
5 ## under the terms of the GNU General Public License as published by 7 ## under the terms of the GNU General Public License as published by
6 ## the Free Software Foundation; either version 2, or (at your option) 8 ## the Free Software Foundation; either version 3 of the License, or (at
7 ## any later version. 9 ## your option) any later version.
8 ## 10 ##
9 ## OctPlot is distributed in the hope that it will be useful, but 11 ## Octave is distributed in the hope that it will be useful, but
10 ## WITHOUT ANY WARRANTY; without even the implied warranty of 12 ## WITHOUT ANY WARRANTY; without even the implied warranty of
11 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 ## General Public License for more details. 14 ## General Public License for more details.
13 ## 15 ##
14 ## You should have received a copy of the GNU General Public License 16 ## You should have received a copy of the GNU General Public License
15 ## along with OctPlot; see the file COPYING. If not, write to the Free 17 ## along with Octave; see the file COPYING. If not, see
16 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 18 ## <http://www.gnu.org/licenses/>.
17 ## 02111-1307, USA.
18 19
19 ## -*- texinfo -*- 20 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {[@var{c}, @var{h}] =} contourf (@var{x}, @var{y}, @var{z}, @var{lvl}) 21 ## @deftypefn {Function File} {[@var{c}, @var{h}] =} contourf (@var{x}, @var{y}, @var{z}, @var{lvl})
21 ## @deftypefnx {Function File} {[@var{c}, @var{h}] =} contourf (@var{x}, @var{y}, @var{z}, @var{n}) 22 ## @deftypefnx {Function File} {[@var{c}, @var{h}] =} contourf (@var{x}, @var{y}, @var{z}, @var{n})
22 ## @deftypefnx {Function File} {[@var{c}, @var{h}] =} contourf (@var{x}, @var{y}, @var{z}) 23 ## @deftypefnx {Function File} {[@var{c}, @var{h}] =} contourf (@var{x}, @var{y}, @var{z})