How can I flush the output of disp in Octave?

Posted by Nathan Fellman on Stack Overflow See other posts from Stack Overflow or by Nathan Fellman
Published on 2010-04-13T20:37:09Z Indexed on 2010/04/13 20:53 UTC
Read the original article Hit count: 623

Filed under:
|
|
|

I have a program in Octave that has a loop - running a function with various parameters, not something that I can turn into matrices. At the beginning of each iteration I print the current parameters using disp.

The first times I ran it I had a brazillion warnings, and then I also got these prints. Now that I cleaned them up, I no longer see them. My guess is that they're stuck in a buffer, and I'll see them when the program ends or the buffer fills.

Is there any way to force a flush of the print buffer so that I can see my prints?

© Stack Overflow or respective owner

Related posts about octave

Related posts about flush