Technical discussion about Matlab and issues related to Digital Signal Processing.
Hello everyone, I'm working on a binary optimization broblem using *bintprog. *However, this function defines the objective function through an input vector f such as x=bintprog(f,A,b). Is there any way that I can define my own objective function as "objfun" then I call it such as x=bintprog(@objfun,A,b) Any suggestion will be appreciated. Thanks. Tuan