[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to install Octave packages?
From: |
Kai Torben Ohlhus |
Subject: |
Re: How to install Octave packages? |
Date: |
Thu, 18 Jul 2019 18:09:40 +0900 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 |
On 7/18/19 1:53 PM, WMDhamnekar wrote:
> Hello,
>
> I have a Octave version 5.1.0. installed on my laptop. I want to install
> financial, statistics,io octave packages which i have already downloaded.
>
> I could not install these packages because octave showed error. Octave
> showed error because installation of these packages depends upon other
> package installation.
>
> Now how can i install all these packages in my octave?
>
> Note: statistics version $\geq 1.4.0$and io version $\geq 2.4.11$. Latex
> is not working here.
>
Presumably, you are running MS Windows, right? In case you used the
official Octave installer, you do not need to install those packages.
Simply load them:
>> pkg load financial
and so on. Please read [1] for a comprehensive list of already
available packages.
Best regards,
Kai
[1] https://wiki.octave.org/Octave_for_Microsoft_Windows#Packages