Simulink using with fmincon

49 Ansichten (letzte 30 Tage)
Ilya Chaban
Ilya Chaban am 14 Mai 2022
Beantwortet: Alan Weiss am 15 Mai 2022
Hello guys. I would like to ask you about how to use fmincon to optimize simulink model.
I have a function that returns scalar constant that i want to minimize. I get this constant from simulink but, when i use fmincon to optimize model parameters to minimize this constant. It is changing parameters in workspace but simulink always returns the same scalar constant like if it wouldn't change at all.
How can i force matlab to change this constants inside if simulink while fmincon is running?
Here you can see that i'm using fmincon on minimisation_of_vibration_absorber function
in this function i linearize simulink model and geting transfer function numenator
red blocks are blocks that have parameters defined in workspace that i would like to optimize
Every time my optimization function fmincon returns absolutely unchanged numenator even if constants has been changed in workspace.
Thank you!

Antworten (1)

Alan Weiss
Alan Weiss am 15 Mai 2022
Perhaps you can look at some worked examples and figure it out:
Good luck,
Alan Weiss
MATLAB mathematical toolbox documentation

Kategorien

Mehr zu Manual Performance Optimization finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by