octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Auto-scaling image/imagesc


From: John W. Eaton
Subject: Auto-scaling image/imagesc
Date: Mon, 14 Jan 2008 12:27:33 -0500

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 address@hidden list to report bugs.

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]