help-octave
[Top][All Lists]
Advanced

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

No graphical output of octave script


From: Juergen Rose
Subject: No graphical output of octave script
Date: Fri, 08 Oct 2010 17:28:00 +0200

Hello,

if I do:

octave:34> imshow("file.tif");

a window is opened, which shows file.tif. If I write a script:

#!/usr/bin/octave -q
arg_list = argv();
fname=arg_list(1);
imshow(fname);
input("continue");

the image is not shown. What I am doing wrong?


-- 
Juergen Rose <address@hidden>
Uni-Potsdam



reply via email to

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