help-octave
[Top][All Lists]
Advanced

[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

reply via email to

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