|
From: | Alexander Wilms |
Subject: | [Octave-bug-tracker] [bug #43947] control package: tf num and den vectors should have same length |
Date: | Tue, 17 May 2016 17:40:15 +0000 (UTC) |
User-agent: | Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36 |
Follow-up Comment #3, bug #43947 (project octave): The output of 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 x.num{1} x.den{1} is s = s Continuous-time transfer function. x = 2 s^2 + s ----------------- 3 s^3 + 2 s^2 + s Continuous-time transfer function. ans = [1x4 double] ans = [1x4 double] ans = 0 2 1 0 ans = 3 2 1 0 _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?43947> _______________________________________________ Nachricht gesendet von/durch Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |