[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [WINDOWS] - Octave + communications [help]
From: |
Torsten |
Subject: |
Re: [WINDOWS] - Octave + communications [help] |
Date: |
Sun, 20 Oct 2013 13:54:21 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 |
On 20.10.2013 13:28, oglop wrote:
> Hello, I'm new in octave and I need to use communications package, I
> installed octave on my laptop with windows (because my laptop can't work
> with linux .. cuz HW problems)
> I installed octave-3.6.4-vs2010-setup.exe, and I also need communications
> package but I don't know how to run in under windows. Can anyone guide me
> please?
> With Installation I checked the octave-forge to be installed.
>
> I tried this commands in octave:
>
> octave-3.6.4.exe:10> pkg install -forge communications
> error: the following dependencies where unsatisfied:
> communications needs signal >= 1.1.3
>
The message means that you have to install the signal package (version
greater or equal 1.1.3) first because the communication package uses
functions from the signal package. On
http://octave.sourceforge.net/packages.php
under "details" you can see the dependencies of all packages. Installing
signal for example requires specfun (>= 0.0.0), control (>= 2.2.3), and
general (>= 1.3.2).
Torsten