help-octave
[Top][All Lists]
Advanced

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

Re: Waitbar no more in 3.4.3


From: Juan Pablo Carbajal
Subject: Re: Waitbar no more in 3.4.3
Date: Thu, 27 Oct 2011 18:15:00 +0200

On Thu, Oct 27, 2011 at 6:03 PM, Loris <address@hidden> wrote:
> Do you know how to use it under windows?
>
> I have the miscellanous package installed and running.
> If I use waitbar, I got an answer, but it does nothing more (I would expect
> a waitbar popping up)
>
> octave:21> waitbar (0.3, 'boo')
> ans = [](0x0)
>
> Thanks, Loris
>
> --
> View this message in context: 
> http://octave.1599824.n4.nabble.com/Waitbar-no-more-in-3-4-3-tp3943914p3945028.html
> Sent from the Octave - General mailing list archive at Nabble.com.
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave
>

It doesn't work as the Matlab function. It is text based.
The only evidence that it is working in you example is the 30% at the
right most side of your temrinal.

Try

for i=1:30;
waitbar(i/30);
pause(0.1)
end

-- 
M. Sc. Juan Pablo Carbajal
-----
PhD Student
University of Zürich
http://ailab.ifi.uzh.ch/carbajal/


reply via email to

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