comparison scripts/image/imagesc.m @ 3381:69b167451491

[project @ 1999-12-15 20:48:10 by jwe]
author jwe
date Wed, 15 Dec 1999 20:48:45 +0000
parents 36405da8e173
children e031284eea27
comparison
equal deleted inserted replaced
3380:f5edd74bdc6c 3381:69b167451491
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, write to the Free 16 ## along with Octave; see the file COPYING. If not, write to the Free
17 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 17 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA
18 ## 02111-1307, USA. 18 ## 02111-1307, USA.
19 19
20 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} imagesc (@var{x}, @var{zoom}) 21 ## @deftypefn {Function File} {} imagesc (@var{x}, @var{zoom})
21 ## Display a scaled version of the matrix @var{x} as a color image. The 22 ## Display a scaled version of the matrix @var{x} as a color image. The
22 ## matrix is scaled so that its entries are indices into the current 23 ## matrix is scaled so that its entries are indices into the current
23 ## colormap. The scaled matrix is returned. If @var{zoom} is omitted, a 24 ## colormap. The scaled matrix is returned. If @var{zoom} is omitted, a
24 ## value of 4 is assumed. 25 ## value of 4 is assumed.