Auto-scaling image/imagesc

John W. Eaton jwe at bevo.che.wisc.edu
Mon Jan 14 11:27:33 CST 2008


On 14-Jan-2008, Fredrik Lingvall wrote:

| I noticed (in 3.0.0) that both image and imagesc auto-scales the images 
| whereas
| in Matlab only imagesc does auto-scaling.
| 
| Example:
| 
|     image(rand(50,50))
| 
| will give an (almost) empty image in Matlab but not in Octave.
| 
| You have to do a
| 
|     image(64*rand(50,50))
| 
| in Matlab to get the same result as in Octave. If this isn't a bug
| then how do I switch off auto-scaling?

Please use the bug at octave.org list to report bugs.

jwe


More information about the Octave-maintainers mailing list