help-octave
[Top][All Lists]
Advanced

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

RE: imagesc


From: pathematica
Subject: RE: imagesc
Date: Thu, 28 Jul 2011 12:51:09 -0700 (PDT)

Thanks for the replies (including Przemek, whose reply has not made it onto
the board).

On reflection, what I intended to ask is whether imagesc() might be used in
a compound function taking the output of another function as its argument. 

I wondered whether the plot function might produce something that resembled
the appropriate matrix of RGB values to which imagesc() might be applied, so
that it might be possible to do something along the lines of (I realise that
this might look naive but I was hoping that some modification of it might
work)

> x = SomeVector
> SomeObject = imagesc(plot(x, f(x), SomeScale)

(Then, of course, find some way to print the SomeObject into a file).

Again, don't worry if my question cannot be answered in a sensible way here
because I have not grasped how the various functions work. :-)


--
View this message in context: 
http://octave.1599824.n4.nabble.com/imagesc-tp3701954p3702322.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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