help-octave
[Top][All Lists]
Advanced

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

Re: Octave 2.1.92 did not do real time plot


From: Michael Goffioul
Subject: Re: Octave 2.1.92 did not do real time plot
Date: Mon, 9 Jul 2007 13:23:47 +0200

On 7/9/07, Tatsuro MATSUOKA <address@hidden> wrote:
I have written an example script for one dimensional
thermal diffusion eq. for an educational purpose.

http://lecture.media.nagoya-u.ac.jp/course/h071088/ComputerAlgorithm07/ScriptsEtc/exdiff.m

For the octave 2.1.50 and 2.1.73 for windws (cygwin), a
real time plot was successful.
However, for 2.9.12 (MSVC by Michael and cygwin by
myself), real time plot was not successful.

What do I have to do for 2.9.xx?

Call "drawnow" after the plot command, to force figure updates.

Michael.


reply via email to

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