Add an optimization algorithm to simulink

how can I change this (fminsearch) optimizer to another optimization algorithm?

3 Comments

Can anyone answer me?
Your diagram does not appear to include any optimization block. The block you circled looks to me as if it is a root finding block.

Sign in to comment.

 Accepted Answer

Please follow the example here:
Find the m-file
edit ee_battery_opt_m
and you can copy the script and replace the fminsearch() function with your desired optimizer.

More Answers (0)

Categories

Find more on Simulink Design Optimization in Help Center and File Exchange

Products

Release

R2019b

Community Treasure Hunt

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

Start Hunting!