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

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

[Octave-bug-tracker] [bug #46566] control 3.0.0: ctranspose of TF functi


From: anonymous
Subject: [Octave-bug-tracker] [bug #46566] control 3.0.0: ctranspose of TF function return wrong results
Date: Sat, 05 Dec 2015 23:23:18 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:42.0) Gecko/20100101 Firefox/42.0

Follow-up Comment #1, bug #46566 (project octave):

The lifehack solution: change indexing in function 

control-3.0.0/@tfpoly/conj_ct.m

#p.poly(2:2:end) = -p.poly(2:2:end);

p.poly(end-1:-2:1) = -p.poly(end-1:-2:1);


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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