Nonlinear optimisation via fmincon
Show older comments
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 Comments
Birdman
on 12 Dec 2017
I assume this is a controller problem, so why don't you share your code?
Rakesh Jain
on 12 Dec 2017
Edited: Rakesh Jain
on 12 Dec 2017
Answers (0)
Categories
Find more on Nonlinear Control in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!