Re: Octave Control package bug ?
Andreas Weber <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <[email protected]> |
Am 16.09.20 um 14:17 schrieb Doug Stewart: > On Wed, Sep 16, 2020 at 5:44 AM Andreas Weber <[email protected] > <mailto:[email protected]>> wrote: > > I can reproduce this with control-3.2.0 and get:... Hi Doug, I think this cset triggers this problem: changeset: 28562:b0b80efecea1 user: John W. Eaton <[email protected]> date: Sat Jul 11 09:34:44 2020 -0400 summary: error for functions called with too many inputs or outputs and yes, I'm really sorry not to have explicitly mentioned that I'm running the default branch. This cset added the error "function called with too many inputs" which is the case in @lti/zero.m:140 where __zero__ is called with two inputs but in @tf/__zero__.m only one input is used. @tf/__zero__.m should be changed to function [zer, gain, info] = __zero__ (sys, ~) (ignoring the second param) Should I provide a patch or do you allow me to push it directly? -- Andy