Re: [OctDev] optimization function strategy

2009-07-23 Thread Florent Angly
Hi, Oh, I never realized that fminbnd is a core function of Matlab and not in the core. I guess that's because you don't have to explicitely load toolboxes. Anyways, I know, because I had plans of working on it, that the fminbnd in Octave is much slower than the fminbnd in Matlab, because the M

Re: [OctDev] lists in 'optim'

2010-03-20 Thread Florent Angly
On 12/03/10 06:51, Søren Hauberg wrote: > The main problem seems to be that both Octave and 'optim' comes with an > implementation of > 'fminbnd'. I don't know which is better, but I don't like the > duplication. > Ok. I found that the new fminbnd function is part of the development version

Re: [OctDev] Bug : sym or Pi in GNUoctave

2010-09-12 Thread Florent Angly
Hi, The Fedora bug report page is here: https://bugzilla.redhat.com/buglist.cgi?quicksearch=octave I have Fedora 13 as well and was able to reproduce the crash: Linux bombadil 2.6.34.6-54.fc13.x86_64 #1 SMP Sun Sep 5 17:16:27 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux Name: octave Arch

Re: [OctDev] Bug : sym or Pi in GNUoctave

2010-10-06 Thread Florent Angly
Digvijay, Did you report this bug to Fedora? If so, can you provide a link to it the bug report please? Florent On 14/09/10 05:33, Tatsuro MATSUOKA wrote: > Hello > > The issue what you met is specific to the Fedora distributions. The > octave-dev ML list is a place to > discuss about the dis

[OctDev] Developer account

2008-05-13 Thread Florent Angly
Hi, Could you please register me as an Octave-Forge developer? I have some code that was written in Matlab, and I've been trying to make it Octave compatible. Part of it uses the fminbnd function, however the Octave-Forge function is not as fast as the Matlab one because it does not use parabol

Re: [OctDev] Developer account

2008-06-17 Thread Florent Angly
ction behave just like its Matlab counterpart. Cheers, Florent David Bateman wrote: Florent Angly wrote: Hi, Could you please register me as an Octave-Forge developer? I have some code that was written in Matlab, and I've been trying to make it Octave compatible. Part of it uses t

Re: [OctDev] Developer account

2008-06-18 Thread Florent Angly
tave.sourceforge.net/developers.html with all the information that you gave me. I am sure you would be glad to avoid repeating the same thing over and over again. Thanks, Florent David Bateman wrote: Florent Angly wrote: Hi, Sorry for the delay... At the moment, I'm not finished with the inverse

Re: [OctDev] Developer account

2008-06-18 Thread Florent Angly
Excellent! Thanks David Florent David Bateman wrote: > Florent Angly wrote: > >> Hi David, >> >> My Sourceforge account login is "floflooo". >> Attached is the diff file for the Octave-Forge function. As I said, >> this one is trivial, a one-l

[OctDev] Problem committing in SVN

2008-06-19 Thread Florent Angly
Hi, I was given access to the SVN repository yesterday but have trouble using it. In particular, I cannot seem to commit. I checked out the repository without problem: > [EMAIL PROTECTED]:~$ svn co > https://octave.svn.sourceforge.net/svnroot/octave/trunk/octave-forge Then changed some code in m

Re: [OctDev] Problem committing in SVN

2008-06-21 Thread Florent Angly
I uploaded my ssh key. Initially it didn't solve my problem. I retried several times today, and now finally it worked and I could commit. Thanks for your assistance David, Florent David Bateman wrote: > Florent Angly wrote: > >> Hi, >> >> I was given access to