help-octave
[Top][All Lists]
Advanced

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

Re: 3.6.2 on Win7, signal pkg not in path


From: Andy Buckle
Subject: Re: 3.6.2 on Win7, signal pkg not in path
Date: Mon, 20 Aug 2012 10:23:28 +0100

On 20 August 2012 10:16, Børge Strand-Bergesen <address@hidden> wrote:
> I have recently installed from octave-3.6.2-vs2010-setup.exe. Signal
> package was selected and is installed according to pkg list. Path
> contains "C:\Program Files
> (x86)\Octave-3.6.2\share\octave\3.6.2\m\signal" but not "...
> share\octave\packages\signal-1.1.3".
>
> The former contains 33 files while the latter contains 134 files,
> including cheb.m which I use in my code.
>
> Obviously, it's easy to copy the m files around. But before I do that
> I'd like to know if things are like this on purpose and if there's an
> official way to call cheb.m and the other 133 files in that directory.
>
> Thanks,
> Børge

Spaces in the path is a problem for pkg command: "Program Files". I
think rebuild will not work.

does

pkg load signal

work?

/* andy buckle */


reply via email to

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