help-octave
[Top][All Lists]
Advanced

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

Re: 3.4.2 MinGW: bode.m (control-2.1.55) gives error


From: Bernhard Weller
Subject: Re: 3.4.2 MinGW: bode.m (control-2.1.55) gives error
Date: Mon, 19 Sep 2011 06:10:47 -0700 (PDT)

Lukas Reichlin-2 wrote:
> 
> 
> Hi Bernhard
> 
> On my Mac running Octave 3.4.2 I can't reproduce your error. The attached
> m-file runs without a single warning or error and produces the plot. It
> would be good if some other people - especially on Windows - could try out
> the script and see if it works for them.
> 
> Would it help if you change lines 39 and 40 in @lti/tfdata.m from
> 
>     num = cellfun ("@tfpoly/get", num, "uniformoutput", false);
>     den = cellfun ("@tfpoly/get", den, "uniformoutput", false);
> 
> to
> 
>     num = cellfun (@get, num, "uniformoutput", false);
>     den = cellfun (@get, den, "uniformoutput", false);
> 
> ? Maybe you need to restart Octave after you made these changes.
> 
> Regards,
> Lukas
> 
> 

Hey Lukas,

thanks for the fix, now it works like a charm, no warnings, no errors.

I just made those changes and restarted Octave.

But it would be still interesting to know if this is a Windows related error
or whether something went wrong in my installation.

Thanks,
Bernhard



--
View this message in context: 
http://octave.1599824.n4.nabble.com/3-4-2-MinGW-bode-m-control-2-1-55-gives-error-tp3823682p3823840.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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