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!