help-octave
[Top][All Lists]
Advanced

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

imagesc questions


From: Debian
Subject: imagesc questions
Date: Sat, 5 Mar 2005 21:54:17 +0100
User-agent: KMail/1.7.2

Hello.
I would like to run the following in octave,

T=initial_value( size_of_T );
while ( this_is_fun )
    T=new_value(T);
    imagesc(T);
endwhile.

Now imagesc would be fairly ok on a small size of T (the calculations would be 
quick) but the problem in octave 2.1.64 in Linux is that I get a very bad 
plotting with imagemagic (that seems to be used). 
If T has the size 400x400, I get a small image, 96x96 pixels that shows T, I 
also get a window showing a part of the image, enlarged.
Questions:

1) Can I get ONE large (700x700 pixels? or anything I see fit) window showing 
the plotted image?

2) Can I get imagesc to plot all images in the same window all the time? That 
would make it easier to see how T evolves over time. (And I wouldn't have to 
close 5000 windows....)

Gunnar.



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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