help-octave
[Top][All Lists]
Advanced

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

Re:


From: Francesco Potortì
Subject: Re:
Date: Mon, 14 Dec 2009 16:14:44 +0100

><   if (nargin != 2 || !ischar(mmov))
>
>This should be:
>if (nargin >= 2 && !ischar(mmov))
>The example in the  comments won't work unless the above line is changed.

Wow!  I made the usual error: changing things without testing them.  If
that was not enough, I used undocumented behaviour of drawnow, which
does not work any more after Octave 3.1.  I'll try to correct these
problems and send a new version, thank you for noticing them.

-- 
Francesco Potortì (ricercatore)        Voice: +39 050 315 3058 (op.2111)
ISTI - Area della ricerca CNR          Fax:   +39 050 315 2040
via G. Moruzzi 1, I-56124 Pisa         Email: address@hidden
(entrance 20, 1st floor, room C71)     Web:   http://fly.isti.cnr.it/


reply via email to

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