Feeds
질문
function F = Main(x) ↑ Error: Function definition not supported in this context. Create functions in code file.
function F = Main(x) F(1) = x(1)^2 - 2 * x(2)^1 - 1; F(2) = -3 * x(1)^2 + x(2)^2 + 2; F(3) = x(1)^3 + x(2) ^ 3 - ...
대략 6년 전 | 답변 수: 2 | 0