optimization function fmincon with a transfer function
Show older comments
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
Answers (1)
Alan Weiss
on 9 Nov 2015
0 votes
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 Comments
ashraf abdulhamed
on 10 Nov 2015
Alan Weiss
on 10 Nov 2015
Please mark your code with the {} Code button so we have a chance of reading it.
Alan Weiss
MATLAB mathematical toolbox documentation
ashraf abdulhamed
on 12 Nov 2015
Categories
Find more on Choose a Solver 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!