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: Tatsuro MATSUOKA
Subject: Re: Octave 2.1.92 did not do real time plot
Date: Tue, 10 Jul 2007 08:09:50 +0900 (JST)

Dear Michael

Excuse me for my poor English.
In MSVC 2.9.12 the wgnuplot disappeared from the screen
suddenly in iterlation of the successive plots.
**************************************************
for m=1:TR1
  if (mod((m-1),Tint) == 0) 
        plot(X,Tp, sprintf(";%d: t=%7.4f
s;",(m-1),(m-1)*Deltat));
        xlabel("x / cm\n");  ylabel("T / deg\n"); axis([0 10 30
50]);
    drawnow;  % required for Octave 2.9.xxx
    fprintf(Tsave, "%e ",Tp); fputs(Tsave,"\n"); 
  end
  Tn=C*Tp;
  Tn(1)=Tb1(m+1);
  Tn(N1)=Tb2(m+1);
  Tp=Tn;
end
**********************************************
In Cygwin 2.9.12, the successive plots never stopeed and
were always successful. 

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

was revised for 2.9.12.

Prerevised is 

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

T. Matsuoka

> What do you mean exactly? (sorry, I don't understand
> what you mean).
> 
> Michael.


--------------------------------------
Easy + Joy + Powerful = Yahoo! Bookmarks x Toolbar
http://pr.mail.yahoo.co.jp/toolbar/



reply via email to

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