help-octave
[Top][All Lists]
Advanced

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

Re: Printing Status from .m files


From: Mario Storti
Subject: Re: Printing Status from .m files
Date: Fri, 05 Sep 1997 18:24:55 -0300

> I'm in the process of converting .m files from Matlab to
> octave. Most of the time I find I prefer the way octave does it,
> when there's a difference, but sometimes I'd like the Matlab 
> behaviour.
> 
> When I have a long function, I often print status messages like
>  Foobar: iteration 2 of 666 completed.
> 
> In matlab, these show on the screen immediately, but octave waits
> until the control is returned to the user, making the status 
> messages useless. 
> 
> My question is:
> 
> Is there any way to force octave to print the text immediately?
> 
> Thanks for any help.
> _____________________________________________________________________

Try the following. You may put it in the ".octaverc" file.

octave:> page_screen_output=0;

Mario

%%%%%%<>%%%%%%<>%%%%%%<>%%%%%%<>%%%%%%<>%%%%%%<>%%%%%%<>%%%%%
Mario Alberto Storti               | Fax: (54)(42) 55.09.44 |
Grupo de Tecnologia Mecanica       | Tel: (54)(42) 55.91.75 |
INTEC, Guemes 3450 - 3000 Santa Fe | Home: Gob. Vera 3161   |
Argentina                          |       (54)(42) 55.00.23|
Reply: address@hidden  |                        |
                http://venus.unl.edu.ar/gtm-eng.html        |



reply via email to

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