is there a faster version of fminbnd in matlab?

Posted by kloop on Stack Overflow See other posts from Stack Overflow or by kloop
Published on 2013-11-03T09:49:29Z Indexed on 2013/11/03 9:53 UTC
Read the original article Hit count: 332

Filed under:

I am now using fminbnd in Matlab, and I find it relatively slow (I am using it inside a nested loop). The function itself, its interface and the values it returns are great, but when looking into the .m file I see it is not optimized. As a matter of fact, I was hoping for something like that to be written as a mex.

Anyone knows of an alternative to fminbnd which works much faster and does not have much overhead?

© Stack Overflow or respective owner

Related posts about matlab