Nonlinear optimisation via fmincon
조회 수: 1 (최근 30일)
이전 댓글 표시
I am using fmincon to optimize my objective function: objfn = f(Kp, Kd, Ki, x, y,w).I need to find optimum values of Kp, Kd, Ki, x and y which satisfy my desired design specifications. One of my design specifications is T(jw) < 15 for all w> 10. How do implement it in my matlab code. I want to ask, how to use the condition "for all w> 10" in my nonlinear optimization problem via fmincon. If it would have been "for all w", I might have been able to solve it but it specifies that the condition must be true for w>10. How to put this condition in my optimization problem ?
댓글 수: 2
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Nonlinear Control에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!