How can I find the optimum input to a Simulink model?
古いコメントを表示
I have a big Simulink model. I want to find the input to the system (which is a time series) that will maximize the output (which is another time series, like any other Simulink model).
Which command or toolbox should I use and how? Optimization toolbox, Neural networks, Fuzzy, Genetic algorithm?
6 件のコメント
Azzi Abdelmalek
2012 年 8 月 21 日
編集済み: Azzi Abdelmalek
2012 年 8 月 21 日
depends on your model system?i think the problem have nothing to do with simulink
Greg Heath
2012 年 8 月 22 日
The concept of maximizing a time series makes no sense what so ever.
What do you really want to do?
Shahab
2012 年 8 月 25 日
Mariano Lizarraga
2012 年 8 月 26 日
I think you need to post a bit more information. Do you have any constraints on the input or the output? Is it safe to assume the model will be operating in a linear range and therefore use a linear model?
Try looking at the documentation for the function fmincon (if you have constraints) or fminunc (if you do not have constraints) and see if that could solve your problem.
Ryan G
2012 年 8 月 27 日
I don't understand the question. If you have an input it must have limits. If you max out the control input that affects roll you will get the maximum roll rate.
It sounds like what you really want is a control system.
Shahab
2012 年 8 月 30 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Simulink Design Optimization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!