help-octave
[Top][All Lists]
Advanced

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

Re: Can you force Octave to print?


From: Francesco Potortì
Subject: Re: Can you force Octave to print?
Date: Tue, 18 Jun 2013 13:42:21 +0200

>> Maybe you are using printf?  fprintf takes a stream identifier as its
>> first argument.
>
>no, for Matlab compatibility this argument is not mandatory.

Uh.  Then Jeffrey is seeing the system bufferring output.  Either he
uses fflush(stdout()) or else, as Sergei suggested, he uses an
unbuffered stream like stderr rather than stdout, which is buffered.

-- 
Francesco Potortì (ricercatore)        Voice:  +39.050.621.3058
ISTI - Area della ricerca CNR          Mobile: +39.348.8283.107
via G. Moruzzi 1, I-56124 Pisa         Skype:  wnlabisti
(entrance 20, 1st floor, room C71)     Web:    http://fly.isti.cnr.it


reply via email to

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