help-octave
[Top][All Lists]
Advanced

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

Re: Octave Control package bug ?


From: Andreas Weber
Subject: Re: Octave Control package bug ?
Date: Thu, 17 Sep 2020 17:29:36 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0

Am 16.09.20 um 14:17 schrieb Doug Stewart:
> On Wed, Sep 16, 2020 at 5:44 AM Andreas Weber <octave@josoansi.de
> <mailto:octave@josoansi.de>> 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 <jwe@octave.org>
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



reply via email to

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