Finding optimal value for x
이전 댓글 표시
I want to find the optimal (x) value:
While having possible minimum value for >> 2.4*cos(x)
And possible maximum value for >> (35.4/1.7(sin(x))2+(cos(x))2)+274.5
Please give me some hints on what function/algorithm I should start with.
Appreciate any help
답변 (1개)
James Tursa
2021년 6월 7일
편집: James Tursa
2021년 6월 7일
0 개 추천
You could try this function to get numeric values for local minimums:
https://www.mathworks.com/help/matlab/ref/fminsearch.html?searchHighlight=fminsearch&s_tid=srchtitle
Or you could take the derivative, set it = 0, and solve for x.
카테고리
도움말 센터 및 File Exchange에서 Problem-Based Optimization Setup에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!