optimization function fmincon with a transfer function
이전 댓글 표시
Dear Sir, How can i use the optimization function "fmincon" or any other if the optimization function is a transfer function and also the constraints are dependent up on a transfer functions also. Thank you
답변 (1개)
Alan Weiss
2015년 11월 9일
0 개 추천
You have to be able to evaluate the objective function for fmincon to work. So, how do you evaluate a transfer function as a function of the optimization parameters? Answer that, and you'll be able to use fmincon.
Alan Weiss
MATLAB mathematical toolbox documentation
댓글 수: 3
ashraf abdulhamed
2015년 11월 10일
Alan Weiss
2015년 11월 10일
Please mark your code with the {} Code button so we have a chance of reading it.
Alan Weiss
MATLAB mathematical toolbox documentation
ashraf abdulhamed
2015년 11월 12일
카테고리
도움말 센터 및 File Exchange에서 Solver Outputs and Iterative Display에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!