help-octave
[Top][All Lists]
Advanced

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

Re: Trouble installing control toolbox


From: Michael Noone
Subject: Re: Trouble installing control toolbox
Date: Thu, 13 Dec 2012 15:54:59 -0800

Thanks Marco! I tried doing as you suggested, but am still having troubles.

See below:

octave:11> pkg load control
octave:12> pkg describe control
---
Package name:
        control
Version:
        2.3.52
Short description:
        Octave control systems package based on the proven SLICOT library
Status:
        Loaded
octave:13> L = tf2sys(3e4 * [0.0025 0.1 1], [0.01 1.03 3.03 3.01 1]);
error: `tf2sys' undefined near line 13 column 5
octave:13>

This line is stolen from this page: http://web.mit.edu/6.302/www/compare/report.html

Any ideas what I'm doing wrong now?


On Thu, Dec 13, 2012 at 3:32 PM, marco atzeri <address@hidden> wrote:
On 12/14/2012 12:24 AM, Michael Noone wrote:
Hi - I'm very new to Octave. I'm trying to run it from within Cygwin
(freshly installed) on a 64 bit Windows 7 machine.

I installed Octave as well as octave-forge when installing Cygwin, using
the Cywgin installer. This did not seem to give me the controls toolbox
as I expected (at least as far as I can tell), as running commands like
bode() would give me error messages about undefined functions.

Michael,

the octave-forge packages need to be loaded before use.

octave:2> pkg load control

octave:3> pkg describe  control
---
Package name:
        control
Version:
        2.3.52
Short description:
        Octave control systems package based on the proven SLICOT library
Status:
        Loaded





So, I downloaded the control toolbox from here:
http://octave.sourceforge.net/control/ and attempted to install it. See
below:

octave:9> pkg install control-2.4.1.tar.gz

this is for building and installing from source.




Can anybody suggest to me what I am doing wrong?

Thanks so much!!

Regards
Marco

_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave


reply via email to

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