help-octave
[Top][All Lists]
Advanced

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

Re: Trouble installing control toolbox


From: Alexander Hansen
Subject: Re: Trouble installing control toolbox
Date: Thu, 13 Dec 2012 17:05:09 -0700
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/17.0 Thunderbird/17.0

On 12/13/12 4:54 PM, Michael Noone wrote:
> 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?
> 
> 

You can use

        pkg describe -verbose control

to check what functions come with the particular version of the control
package you installed.

-- 
Alex


reply via email to

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