Hi all,
I've installed odepkg using
"pkg install -forge odepkg"
Then I loaded it:
pkg load odepkg
Then
pkg list
returns:
Package Name | Version | Installation directory
--------------+---------+-----------------------
general *| 2.0.0 | /usr/share/octave/packages/general-2.0.0
odebvp *| 1.0.6 | /user/ME/octave/odebvp-1.0.6
odepkg *| 0.8.5 | /user/ME/octave/odepkg-0.8.5
optim | 1.5.1 | /user/ME/octave/optim-1.5.1
struct | 1.0.13 | /user/ME/octave/struct-1.0.13
When I type
"help ode45"
Im getting the following error:
error: help: Octave provides lsode for solving differential equations. For more
information try `help lsode'. Matlab-compatible ODE functions are
provided by the odepkg package. See
`http://octave.sourceforge.net/odepkg/'.
Please read `http://www.octave.org/missing.html' to learn how you can
contribute missing functionality.
Did I miss a step?