From: Alain on
I need call to matlab fminsearch function from a c/c++ program. Has matlab a c++ library available?

Thanks
From: James Tursa on
"Alain" <alainc(a)euskalnet.net> wrote in message <hkoshv$145$1(a)fred.mathworks.com>...
> I need call to matlab fminsearch function from a c/c++ program. Has matlab a c++ library available?
>
> Thanks

See the C/C++ MATLAB external interface doc.

http://www.mathworks.com/access/helpdesk/help/techdoc/apiref/bqoqnz0.html

James Tursa