Feeds
提问
I am attempting to implement the fminunc (unconstrained Problem) function in MATLAB. I am getting an error with my code.
Objective Function function r = objfn(x) x1 = x(1); x2 = x(2); %two design variables n = size(x1); fo...
9 years 前 | 1 个回答 | 0