From: Martin H. <ma...@mh...> - 2012-08-21 16:24:44
|
Am 21.08.2012 18:09, schrieb fabien amiot: > fminbnd('function',lower_bound,upper_bound,[], > parameters_to_be_passed_to_function) I think now I get it also: You really need to adapt your function calls to the newer fminbnd, without testing something like fminbnd(@(x) function(x, parametres_to_be_passed_to_function), lower_bound, upper_bound, optimset()) |