[Bug 1087725] Re: fminbnd.m missing

2013-05-20 Thread Sébastien Villemot
** Changed in: octave-signal (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1087725 Title: fminbnd.m missing To manage notifications about this bug

[Bug 1087725] Re: fminbnd.m missing

2012-12-07 Thread Mike Miller
Confirmed, although not a bug in Octave itself but in the mismatch between the packages. Here is a full Octave transcript to reproduce: octave:1 n = 6; octave:2 rp = 3; octave:3 rs = 30; octave:4 wp = .5; octave:5 [b,a] = ellip (n, rp, rs, wp); error: `fminbnd' undefined near line 37 column 4