help-octave
[Top][All Lists]
Advanced

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

Re: Octave on Windows


From: Ying-Foon Chow
Subject: Re: Octave on Windows
Date: Sat, 23 Jan 2010 12:15:04 +0800

Sorry for the "typo" in my previous message, and the attached gif file actually shows the output of gnuplot_binary() after I started Octave is:
 
ans = C:\Octave\3.2.3_gcc-4.4.0\bin\gnuplot.exe
 
Then, I am not getting anything by typing:
 
gnuplot_binary('C:\Octave\3.2.3_gcc-4.4.0\bin\gnuplot.exe')
 
Is this expected? Again, any pointers on the error message shown in the previously attached screen shot is much appreciated.
 
YF

On Fri, Jan 22, 2010 at 11:16 PM, Michael Goffioul <address@hidden> wrote:
On Fri, Jan 22, 2010 at 2:39 PM, Ying-Foon Chow <address@hidden> wrote:
> Thanks for the suggestions. I re-downloaded and re-installed Octave 3.2.3,
> and seems that my computer just does not behave the same as the older ones.
> Following your suggestion, the output of gnuplot_binary() after I started
> Octave is:
>
> ans = C:\Octave\3.2.3_gcc-4.4.0\bin

That looks wrong. AFAIK, it should at least end with "gnuplot.exe".
Try to refine it as:

gnuplot_binary('C:\Octave\3.2.3_gcc-4.4.0\bin\gnuplot.exe')

Michael.


reply via email to

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