Re: [OctDev] Broken link on OctaveWiki

2010-07-08 Thread etienne
Hi Andy, thanks for your feedback. I replaced the broken link w/ http://octave.sourceforge.net/optim/index.html, which works. I'll fix a few more links w/ the same problem. Cheers, Etienne Andy Baker (Thu, 8 Jul 2010 08:50:15 + (GMT)) wrote: > Hi folks, > > The link to on s

[OctDev] Developer Request

2010-07-08 Thread Steve Poulsen
Source Forget Username: jelloskin Want to submit "Raised cosine filter design" for the signal package. Steve -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.

[OctDev] Broken link on OctaveWiki

2010-07-08 Thread Andy Baker
Hi folks, The link to on some optimization examples (http://octave.sourceforge.net/index/optimization.html) on the "CategoryOptimization" page (http://wiki.octave.org/wiki.pl?CategoryOptimization) is broken. Is it known what this link should be and could someone with a username please fix it

[OctDev] [bug #30313] octave-parallel crash

2010-07-08 Thread Rik
Update of bug #30313 (project octave): Status:None => Octave Forge Open/Closed:Open => Closed ___ Follow-up Comment #2: This bug is with a

Re: [OctDev] general-1.2.1 : parcellfun unexpected result with no output

2010-07-08 Thread Jaroslav Hajek
On Wed, Jul 7, 2010 at 1:54 PM, Jean-Benoist Leger wrote: > When we use cellfun without return argument we have a result, but with > parcellfun we don't have any result because nargout==0 : > >> octave:1> f = @(x) x^2; >> octave:2> X = num2cell (1:10); >> octave:3> cellfun(f,X) >> ans = >> >>