|
From: | Michael Noone |
Subject: | Re: Trouble installing control toolbox |
Date: | Thu, 13 Dec 2012 16:21:41 -0800 |
On 12/13/12 4:54 PM, Michael Noone wrote:You can use
> 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?
>
>
pkg describe -verbose control
to check what functions come with the particular version of the control
package you installed.
--
Alex
[Prev in Thread] | Current Thread | [Next in Thread] |