How do I write the code for 3 dimention rosenbrock function?

조회 수: 3 (최근 30일)
민제 강
민제 강 2021년 6월 28일
function Y = objectivefunction (X)
x1 = -7.86586;
x2 = -1.20733;
Y = 100*(x2-x1^2)^2 + (x1-1)^2;
end
This is a 2-dimensional function code.
However, this function can also be written in 3 dimention.
Please tell me the 3 dimention rosenbrock function code.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with Optimization Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by