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 19:12:40 +0200

On Thu, Oct 27, 2011 at 7:02 PM, Loris <address@hidden> wrote:
>
> Juan Pablo Carbajal wrote:
>>
>>
>> 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
>>
>>
>
> I tried your example, but I see nothing at all.
>
> There is something that I should do or load before?
> I use Octave3.4.2_gcc4.5.2
>
> L.
>
>
>
> --
> View this message in context: 
> http://octave.1599824.n4.nabble.com/Waitbar-no-more-in-3-4-3-tp3943914p3945205.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
>

I wouldn't know. I ma not using windows. It has to do with the
terminal you are using.  waitbar just writes a progressive sequence of
characters (filled cursor) on the terminal.
The example works fine here.



-- 
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]