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: nitnit
Subject: Re: Waitbar no more in 3.4.3
Date: Thu, 27 Oct 2011 10:18:18 -0700 (PDT)

Loris 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.
> 

This might be because Mingw matlab versions run in a ms windows console.
I do not know if and how this can be solved.

--
View this message in context: 
http://octave.1599824.n4.nabble.com/Waitbar-no-more-in-3-4-3-tp3943914p3945255.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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