help-octave
[Top][All Lists]
Advanced

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

Re: I am finding a crash with sys1=tf(1,[1 3 2])


From: Dmitri A. Sergatskov
Subject: Re: I am finding a crash with sys1=tf(1,[1 3 2])
Date: Tue, 22 May 2012 15:48:24 -0500

On Tue, May 22, 2012 at 2:39 PM, Doug Stewart <address@hidden> wrote:
>
>
> On Tue, May 22, 2012 at 3:24 PM, Lukas Reichlin
> <address@hidden> wrote:
>>
>> On 22.05.2012, at 20:14, Doug Stewart wrote:
>>
>> > Could someone try this with 3.7.0+
>> > I am finding a crash with
>> > sys1=tf(1,[1 3 2])
>> >
>> > You will need the control pkg.
>> >
>> >
>> > --
>> > DAS
>>
>> octave:1> sys1=tf(1,[1 3 2])
>>
>> Transfer function 'sys1' from input 'u1' to output ...
>>
>>            1
>>  y1:  -------------
>>      s^2 + 3 s + 2
>>
>> Continuous-time model.
>> octave:2>
>>
>> I am using Octave 3.6.2-rc0. Have you tried a fresh install of the control
>> package? Possibly the oct-files need to be rebuilt.
>>
>> Lukas
>
>
> I know that it works with 3.6.1 and now 3.6.2 what I asked for was the
> 3.7.0+ development branch.
>  Does any one have a recent compile.
>

I just compiled a fresh pull. Works fine (Fedora 17 x86_64, gcc 4.6.3,
atlas 3.8.4).
octave
GNU Octave, version 3.7.0+
Copyright (C) 2012 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type `warranty'.

Octave was configured for "x86_64-unknown-linux-gnu".

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful.
For more information, visit http://www.octave.org/help-wanted.html

Read http://www.octave.org/bugs.html to learn how to submit bug reports.

For information about changes from previous versions, type `news'.

octave:1> sys1=tf(1,[1 3 2])

Transfer function 'sys1' from input 'u1' to output ...

            1
 y1:  -------------
      s^2 + 3 s + 2

Continuous-time model.



>
> --
> DAS
>

Dmitri.
--


reply via email to

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