[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Can't load odepkg 0.8.4 on MacOS X 10.8
From: |
c. |
Subject: |
Re: Can't load odepkg 0.8.4 on MacOS X 10.8 |
Date: |
Sun, 9 Jun 2013 19:17:50 +0200 |
On 9 Jun 2013, at 16:01, dianatung <address@hidden> wrote:
> octave:2> pkg run ode
> octave:2> pkg load ode
> octave:2> pkg load ode
what gave you the impression that these commands would load the "odepkg"
package?
The correct syntax to load a package is
pkg load <package name>
which in this case is
pkg load odepkg
to see the documentation for the "pkg" command you should type
help odepkg
at the Octave prompt or read the manual online at
http://www.gnu.org/software/octave/doc/interpreter/Packages.html#Packages
http://www.gnu.org/software/octave/doc/interpreter/Using-Packages.html#Using-Packages
if this documentation is not clear enough to point you to the correct syntax
maybe you can suggest how it could be improved?
c.