Mercurial > hg > octave-lyh
comparison scripts/image/imagesc.m @ 3202:44d82b369c78
[project @ 1998-10-29 20:27:57 by jwe]
author | jwe |
---|---|
date | Thu, 29 Oct 1998 20:28:02 +0000 |
parents | 8b262e771614 |
children | 7aae2c3636a7 |
comparison
equal
deleted
inserted
replaced
3201:72bb6379d8a3 | 3202:44d82b369c78 |
---|---|
25 ## | 25 ## |
26 ## imagesc (x, zoom) sets the magnification, the default value is 4. | 26 ## imagesc (x, zoom) sets the magnification, the default value is 4. |
27 ## | 27 ## |
28 ## SEE ALSO: image, imshow | 28 ## SEE ALSO: image, imshow |
29 | 29 |
30 ## Author: Tony Richardson <amr@mpl.ucsd.edu> | 30 ## Author: Tony Richardson <arichard@stark.cc.oh.us> |
31 ## Created: July 1994 | 31 ## Created: July 1994 |
32 ## Adapted-By: jwe | 32 ## Adapted-By: jwe |
33 | 33 |
34 function x = imagesc (x, zoom) | 34 function x = imagesc (x, zoom) |
35 | 35 |