help-octave
[
Top
][
All Lists
]
Advanced
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
Examples doesn't seems to work
From
:
Abdul Rahman Riza
Subject
:
Examples doesn't seems to work
Date
:
Thu, 6 Sep 2007 01:06:30 +0700 (ICT)
Dear All,
I just installed octave and run an examples in http://www.gnu.org/software/octave/doc/interpreter/Simple-Examples.html#Simple-Examples
After invoke this command:
octave:1> function xdot = f (x, t);
> r = 1.4;
> k = 1.4;
> a = 1.5;
> b = 0.16;
> c = 0.9;
> d = 0.8;
> xdot(1) = r*x(1)*(1 - x(1)/k) - a*x(1)*x(2)/(1 + b*x(1));
> xdot(2) = c*a*x(1)*x(2)/(1 + b*x(1)) - d*x(2);
> endfunction
octave:2> x0 = [1; 2];
octave:3> t = linspace (0, 50, 200)';
octave:4> x = lsode ("f", x0, t);
octave:5> plot (t, x)
octave:6> Expected X11 driver: /usr/lib/gnuplot/gnuplot_x11
Exec failed: No such file or directory
See 'help x11' for more details
My Question:
Why there's no integration result?
Why can't I get the plot of the function?
Regards,
Riza
Bergabunglah dengan orang-orang yang berwawasan, di bidang Anda di
Yahoo! Answers
reply via email to
[Prev in Thread]
Current Thread
[
Next in Thread
]
Examples doesn't seems to work
,
Abdul Rahman Riza
<=
Re: Examples doesn't seems to work
,
Søren Hauberg
,
2007/09/05
Re: Examples doesn't seems to work
,
David Bateman
,
2007/09/05
Re: Examples doesn't seems to work
,
Abdul Rahman Riza
,
2007/09/14
Re: Examples doesn't seems to work
,
David Bateman
,
2007/09/14
Re: Examples doesn't seems to work
,
Quentin Spencer
,
2007/09/14
Re: Examples doesn't seems to work
,
John W. Eaton
,
2007/09/14
Re: Examples doesn't seems to work
,
Thomas Weber
,
2007/09/15
Re: Examples doesn't seems to work
,
novakyu
,
2007/09/14
Re: Examples doesn't seems to work
,
LUK ShunTim
,
2007/09/15
Re: Examples doesn't seems to work
,
Jordi Gutiérrez Hermoso
,
2007/09/14
Prev by Date:
Re: Odd behavior of time-domain convolutions
Next by Date:
Re: audio check?
Previous by thread:
Odd behavior of time-domain convolutions
Next by thread:
Re: Examples doesn't seems to work
Index(es):
Date
Thread