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 09:13:20 +0900 (JST)

Dear Michael

I forgot to say two things.

First,
That the phenomena described in a previous mail will not
happen every time.  They "sometimes!" happend in the
computer at home.  In university, the successive plot has
been always successful.
The CPU difference : Univ. HT Pentiumm4 3.4GHz
                     Home  Celereon N 1.2GHz.

Second.  This is serious for me.  
Second ploting routine always fails.
**************************************
clg; 
hold on
xlabel("x / cm\n");  ylabel("T / deg\n");  axis([0 10 30
50]);
for m=1:Tint:TR1
   sTx=[ "[" fgets(Tread) "]" ];
   Tx=eval(sTx);
  if (mod((m-1),Tint*10) == 0)
    clr=mod(floor((m-1)/Tint/10),6)+1;
    plot(X,Tx', sprintf("%d;%d: t=%7.4f
s;",clr,(m-1),(m-1)*Deltat));
  end
end
****************************************


Error message comes from gnuplot.
**************************************
gnuplot> 9.9 30.0057
         ^
         line 30702: invalid command
*****************************************

On cygwin 2.9.12, the graph in the URL was drawn.

http://www.geocities.jp/tmacchant/Files/exdiff2.png

--------------------------------------
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]