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
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.
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
Update of bug #30313 (project octave):
Status:None => Octave Forge
Open/Closed:Open => Closed
___
Follow-up Comment #2:
This bug is with a
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 =
>>
>>