help-octave
[Top][All Lists]
Advanced

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

Re: PCA with Octave


From: Mahmood Naderan
Subject: Re: PCA with Octave
Date: Tue, 9 Jul 2013 00:41:52 -0700 (PDT)

octave:3> pkg list
no packages installed.
octave:4> pkg install -forge statistic
error: urlread: not available in this version of Octave
error: called from:
error:   /usr/local/share/octave/3.6.4/m/pkg/private/get_forge_pkg.m at line 41, column 15
error:   /usr/local/share/octave/3.6.4/m/pkg/pkg.m at line 2414, column 15
error:   /usr/local/share/octave/3.6.4/m/pkg/pkg.m at line 374, column 32


also in http://wiki.octave.org/Category:Packages there is no package named statistic.
 
Regards,
Mahmood



From: c. <address@hidden>
To: Mahmood Naderan <address@hidden>
Cc: Juan Pablo Carbajal <address@hidden>; Jordi GutiƩrrez Hermoso <address@hidden>; "address@hidden" <address@hidden>
Sent: Tuesday, July 9, 2013 11:04 AM
Subject: Re: PCA with Octave


On 9 Jul 2013, at 08:03, Mahmood Naderan <address@hidden> wrote:

> How can I check that this package has been installed or not?
>

pkg list

will give you the list of installed packages. If a package you need is
not installed you can install it by

  pkg install -forge <package name>

even if a package is installed you need to load it before you can use it,

  pkg load <package name>

will load a package, once it is loaded, if you look at the list again it will be
marked as an "*" .

look at the manual [1] or the wiki [2,3] for more info.

HTH,
c.

[1] http://www.gnu.org/software/octave/doc/interpreter/Packages.html#Packages
[2] http://wiki.octave.org/Category:Packages
[3] http://wiki.octave.org/FAQ#I_have_installed_a_package_but_still_get_a_.22foo_undefined.22_error


reply via email to

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