Optimize parameters from a Simulink Modell
Mostrar comentarios más antiguos
Hello,
i need to optimize the parameters of a Simulink model with some real data from matlab. My approach was to develop a function handle in a matlab script, where the parameters of the simulink model are inserted. After running the simulation in matlab, the function calculates the mean squear error of the simulation data and real data. With fminsearch i try to minimize the MSE with initial parameters for the model. Unfortnetly the result of fminsearch ist very innacurate.
Do you know maybe another way, how i can optimize the parameters of a Simulink modell? i don't have the Simulink Design Optimization Toolbox.
Thank you in Advance
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Simulink Design Optimization en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!