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

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

[Octave-bug-tracker] [bug #43947] control package: tf returns different


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #43947] control package: tf returns different sized x.num and x.den if higher order coefficients missing
Date: Thu, 15 Jan 2015 02:52:09 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36

Update of bug #43947 (project octave):

              Item Group:                    None => Matlab Compatibility   
                  Status:                    None => Need Info              
        Operating System:       Microsoft Windows => Any                    
                 Summary: TF function in Control returns different sized x.Num
and x.Den if higher order coefficients missing => control package: tf returns
different sized x.num and x.den if higher order coefficients missing

    _______________________________________________________

Follow-up Comment #1:

Thanks for your bug report. This should be easy for someone with access to
Matlab's control toolbox to test and report back the results of the
following:


s = tf('s');
x = (2*s^2 + 1*s^1 + 0) / (3*s^3 + 2*s^2 + 1*s^1 + 0);
x.num
x.den



Cc'ing the control package maintainer.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?43947>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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