octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #33291] Gnuplot does not work anymore due to w


From: fidelcastro
Subject: [Octave-bug-tracker] [bug #33291] Gnuplot does not work anymore due to wrong code in __gnuplot_get_var__.m
Date: Thu, 19 May 2011 08:28:56 +0000
User-agent: Opera/9.80 (Windows NT 6.1; U; de) Presto/2.8.131 Version/11.10

Follow-up Comment #4, bug #33291 (project octave):

Thanks for your interest and suggestions. So, I tried as you told and I got
the following results:

++
octave:1> s = { "Hello" ; " World" ; "!" };
octave:2> str = strcat (s{:})
str = Hello World!
--

So, at least cell arrays do work.

++
octave:1> dbstop ("__gnuplot_get_var__", 113)
ans =  113
octave:2> plot (1:10)
stopped in /usr/share/octave/3.4.0/m/plot/__gnuplot_get_var__.m at line 113
113:       str = strcat (str{:});
debug> disp (str)
{}(1x0)
debug> typeinfo (str)
ans = cell
--

Hence, the results for disp(str) are different on my system, but I cannot
interpret what the value of str means...

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33291>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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