[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PCA with Octave
From: |
c. |
Subject: |
Re: PCA with Octave |
Date: |
Tue, 9 Jul 2013 08:34:36 +0200 |
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
- PCA with Octave, Mahmood Naderan, 2013/07/06
- Re: PCA with Octave, Israel Herraiz, 2013/07/06
- Re: PCA with Octave, c., 2013/07/06
- Re: PCA with Octave, Juan Pablo Carbajal, 2013/07/07
- Re: PCA with Octave, Jordi GutiƩrrez Hermoso, 2013/07/08
- Re: PCA with Octave, Juan Pablo Carbajal, 2013/07/08
- Re: PCA with Octave, Juan Pablo Carbajal, 2013/07/08
- Re: PCA with Octave, Mahmood Naderan, 2013/07/08
- Re: PCA with Octave, Mahmood Naderan, 2013/07/09
- Re: PCA with Octave,
c. <=
- Re: PCA with Octave, Mahmood Naderan, 2013/07/09
- Message not available
- Re: PCA with Octave, Mahmood Naderan, 2013/07/09
- Message not available
- Message not available
- Re: PCA with Octave, c., 2013/07/09
- Re: PCA with Octave, Mahmood Naderan, 2013/07/12
- Re: PCA with Octave, Juan Pablo Carbajal, 2013/07/12
Re: PCA with Octave, Fernando, 2013/07/09