help-octave
[Top][All Lists]
Advanced

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

Re: octave 3.2.4 will not plot


From: G B
Subject: Re: octave 3.2.4 will not plot
Date: Fri, 6 May 2011 22:32:16 -0700 (PDT)

You might get more help if you include the .m that you're trying to execute.

I'm not running under Windows, but when I'm trying to test octave's
connection to gnuplot, I usually enter these three lines into an interactive
session:

a=0:.1:10;
b=sin(a);
plot(a,b);

>From there, I'd add complexity one small step at a time until I found the
step that triggered the error.

When things aren't working, start simple and build up until you find the
flaw.  Running from the interactive prompt gives you more control over
what's happening.

--
View this message in context: 
http://octave.1599824.n4.nabble.com/octave-3-2-4-will-not-plot-tp3504579p3505061.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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