help-octave
[Top][All Lists]
Advanced

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

Re: testing binary of octave-3.3.90 (mingw32) is uploaded


From: fork
Subject: Re: testing binary of octave-3.3.90 (mingw32) is uploaded
Date: Fri, 28 Jan 2011 22:16:53 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Tatsuro MATSUOKA <tmacchant <at> yahoo.co.jp> writes:

> 
> Hello
> 
> Can you show the sample script to reproduce what you met?

If it is a loop defined at the command line, it is fine (I canceled out of the
following):

1> for i = 1:10
...> plot(1:10)
...> x = input('...? ')
...> endfor
...?

But if you put the loop into a function (defined at the command line here, but
my first example was from an m-file), it won't cancel:

1> function f
...> for i=1:10
...> x = input('...')
...> endfor
...> end

Thanks!





reply via email to

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