help-octave
[Top][All Lists]
Advanced

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

Re: nan-3.0.1 package


From: Nicholas Jankowski
Subject: Re: nan-3.0.1 package
Date: Wed, 16 Mar 2016 11:38:03 -0400

On Wed, Mar 16, 2016 at 11:36 AM, Nicholas Jankowski <address@hidden> wrote:
On Wed, Mar 16, 2016 at 11:34 AM, Said Benaissa <address@hidden> wrote:
Dear,
I want to install the package nan-3.0.1,
I use pkg install -forge nan-3.0.1.tar.gz
but I have the following error
error: cellfun: C must be a cell array
error: called from
    get_forge_pkg at line 72 column 14
    get_forge_download at line 26 column 12
    pkg at line 393 column 29

Please, what should I do to install the package?
Thanks

Best regards,
Said

just do

pkg install -forge nan

It will get the latest version. If instead you download the file to your computer, then you would change to that folder and run:

pkg install nan-3.0.1.tar.gz

I recommend the first option.


Also, don't forget to use the package you have to load it after opening Octave:

pkg load nan


"help pkg" can show you more options.

reply via email to

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