[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: octave not updating plot using drawnow() in a loop
From: |
Nasser M. Abbasi |
Subject: |
Re: octave not updating plot using drawnow() in a loop |
Date: |
Wed, 18 Jul 2012 18:26:41 -0500 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 |
On 7/18/2012 6:14 PM, peteroctave wrote:
Hello Nasser,
I am new to Linux and new to Octave, but I wanted to try out your program.
I downloaded the ode package and tried to install it but got this error...
octave:1> pkg install odepkg-0.8.2.tar.gz
I use apt to install things. Much simpler. Or use synaptic
package manager on Linux (it is a GUI thing). Start it up,
search for odepkg in the search option. Select the package,
click Apply.
that is all.
or use the command line
sudo apt-get install octave-odepkg
Then start octave, and the ode45 numerical solvers
will be now installed. type 'ver' in octave to see it:
ver
----------------------------------------------------------------------
GNU Octave Version 3.2.4
GNU Octave License: GNU General Public License
Operating System: Linux 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:41:14 UTC
2012 i686
----------------------------------------------------------------------
Package Name | Version | Installation directory
----------------+---------+-----------------------
communications *| 1.0.10 | /usr/share/octave/packages/3.2/communications-1.0.10
control *| 1.0.11 | /usr/share/octave/packages/3.2/control-1.0.11
miscellaneous *| 1.0.11 | /usr/share/octave/packages/3.2/miscellaneous-1.0.11
odepkg *| 0.6.12 | /usr/share/octave/packages/3.2/odepkg-0.6.12
optim *| 1.0.17 | /usr/share/octave/packages/3.2/optim-1.0.17
signal *| 1.0.11 | /usr/share/octave/packages/3.2/signal-1.0.11
specfun *| 1.0.9 | /usr/share/octave/packages/3.2/specfun-1.0.9
struct *| 1.0.9 | /usr/share/octave/packages/3.2/struct-1.0.9
octave:2>
--Nasser