[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
printf output from within function gets delayed until function returns
From: |
George |
Subject: |
printf output from within function gets delayed until function returns |
Date: |
Sun, 13 Dec 2009 13:15:26 +0000 |
I have written a function that calls printf, but it doesn't write
anything to the screen until it has returned, which is not the
intended behaviour, I want it as a progress indicator.
How can I do it?
This is octave-forge on windows, version 3.2.3
- printf output from within function gets delayed until function returns,
George <=