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()) ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Octave-dev mailing list Octave-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/octave-dev