octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #56125] [octave forge] (control) Incorrect out


From: Doug Stewart
Subject: [Octave-bug-tracker] [bug #56125] [octave forge] (control) Incorrect output of the ssdata function
Date: Fri, 12 Apr 2019 12:59:55 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36

Follow-up Comment #3, bug #56125 (project octave):

when I run this it seems to work ok.

sys=tf(1,[1 2 4]); 
[a,b,c,d]=ssdata(sys)
sys2=ss(a,b,c,d)
[n,d]=tfdata(sys2)


I get an output of


Continuous-time model.
n =
{
  [1,1] =  1.00000
}

d =
{
  [1,1] =

     1.0000   2.0000   4.0000

}


so it seems to work

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56125>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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