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

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

[Octave-bug-tracker] [bug #56125] Incorrect output of the ssdata functio


From: anónimo
Subject: [Octave-bug-tracker] [bug #56125] Incorrect output of the ssdata function
Date: Fri, 12 Apr 2019 12:24:03 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36

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

for example:

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

# Octave output: a=[0 -4;1 -2];  b=[-1;0]; c=[0 -1] ; d=0

# The correct output: a=[-2 -2;2 0];  b=[0.5;0]; c=[0 1] ; d=0

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Mensaje enviado vía Savannah
  https://savannah.gnu.org/




reply via email to

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