help-octave
[Top][All Lists]
Advanced

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

Re: progress meter for long operations


From: Paolo Ariano
Subject: Re: progress meter for long operations
Date: Wed, 27 Jun 2001 12:33:43 +0200
User-agent: Mutt/1.3.18i

* lunedì 25 giugno 2001, alle 14:13, Aaron Brick wrote:

i use it for long simulation operation in a for cicle and i've
no problem:


if (rem(i,10) == 0)
      printf(".");
      if (rem(i,100) == 0)
        printf("%d", i);
      endif
    endif

bye
paolo



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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