help-octave
[Top][All Lists]
Advanced

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

Re: imagesc and scaled matrix


From: Martin Helm
Subject: Re: imagesc and scaled matrix
Date: Sun, 06 Nov 2011 14:16:21 +0100
User-agent: KMail/4.7.2 (Linux/3.1.0-1.1-desktop; KDE/4.7.2; x86_64; ; )

Am Sonntag, 6. November 2011, 13:54:37 schrieb Adam Majewski:
> X = rand(100,100).*(2^14);
> size(X);
> B = imagesc(X);
> colorbar
> size(B)
Looking into the code for imagesc I see that what it returns is  a graphics 
handle not the scaled matrix. I guess it was simply forgotten to change the 
doc string when this change was made.
You can see the content of B with  get(B)



reply via email to

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