Nonlinear optimisation via fmincon

2 次查看(过去 30 天)
Rakesh Jain
Rakesh Jain 2017-12-12
编辑: Rakesh Jain 2017-12-12
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 个评论
Birdman
Birdman 2017-12-12
I assume this is a controller problem, so why don't you share your code?
Rakesh Jain
Rakesh Jain 2017-12-12
编辑:Rakesh Jain 2017-12-12
It is a controller problem. Here w is referred to omega. I had been just thinking on how to go about it before putting it in code since it is a complex problem. But I encounter difficulty at "for all w>10 ". I would surely share the code but before putting all the hardwork I wish to know if it is possible and how to put "for all w>10" condition in the problem. The above problem is example 1 at http://www.sciencedirect.com/science/article/pii/S2405896317327532

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Nonlinear Optimization 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by