I want to implement u_c = argmin ( u_nom - u)^2 subject to \dot(h) + \alpha * h geq 0
조회 수: 1 (최근 30일)
이전 댓글 표시
let me know how to use argmin subject to an inequality constraint
댓글 수: 4
Walter Roberson
2022년 11월 23일
There are several different minimization routines in MATLAB, none of which happen to be called "argmin" . But also, none of the built-in routines in the Optimization Toolbox or the Global Optimization Toolbox happen to handle differential equations or integral equations.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Surrogate Optimization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!