help-octave
[Top][All Lists]
Advanced

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

Re: gnuplot_binary in 2.9.6+


From: Dmitri A. Sergatskov
Subject: Re: gnuplot_binary in 2.9.6+
Date: Tue, 25 Jul 2006 10:02:44 -0600

On 7/25/06, Dmitri A. Sergatskov <address@hidden> wrote:


octave:1> gnuplot_binary("/usr/bin/gnuplot")
error: invalid vector index = 117
octave:1> gnuplot_binary("/home/dima/bin/mygnuplot")
error: invalid vector index = 121


OK. The problem was that I still had in my .octaverc
gnuplot_binary = "/usr/local/bin/gnuplot"

That messed it all up:

octave:1> gnuplot_binary
ans = gnuplot
octave:2> gnuplot_binary ("/usr/bin/gnuplot")
octave:3> gnuplot_binary = "/usr/bin/gnuplot"
gnuplot_binary = /usr/bin/gnuplot
octave:4> gnuplot_binary ("/usr/bin/gnuplot")
error: invalid vector index = 117

Sorry for the noise.

Dmitri.
--


reply via email to

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