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...
10년 초과 전 | 답변 수: 1 | 0