help-octave
[Top][All Lists]
Advanced

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

Re: octave - xv - image viewer


From: lmhelp
Subject: Re: octave - xv - image viewer
Date: Sun, 4 Oct 2009 09:06:12 -0700 (PDT)

Hi again,

I managed to install "Octave version 3.0.1".

It took a little time because I had to upgrade my "Debian box"
from "Etch" to "Lenny" first to be able to do a simple:
# apt-get install octave3.0

The command "image_viewer("xv %s");" launched at "Octave"'s command line
doesn't fail anymore.

Would you help me a bit more?

With "Matlab" I would do:
---------------------------------------------------------------------------
pout = imread('pout.tif');
figure(1);
imshow(pout);
---------------------------------------------------------------------------
Resulting in the display of the image "pout.tif" in a window called 
"Figure 1".

Can you tell me how to do the same with "Octave"?

Thank you and all the best,
--
Lmhelp
-- 
View this message in context: 
http://www.nabble.com/octave---xv---image-viewer-tp25736979p25739350.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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