Cannot select parameters to estimate using Simulink design optimization

I have a Simulink model with 6 parameters of 6 gain blocks. I specified them as the Simulink parameters directly for each gain block in the model. I also specified 6 initial values for these parameters. Then, I used the parameter estimation function in the Simulink design optimization tool to estimate the 6 gain parameters following my input/output experiment data. But I could not select these parameters to estimate (the boxes next to the parameters could not be checked as in the attachment). I would appreciate if someone could advise me on this.

3 件のコメント

sanya gode
sanya gode 2020 年 4 月 30 日
編集済み: sanya gode 2020 年 4 月 30 日
I am facing the same problem. It will be very helpful if someone can guide on what mistake I must be doing so that this is happening. I have given signal logging, I have mentioned the parameters in the Model Workspace.
also, for me "Input Panel" is not coming when I select edit experiment.
Kindly help.
ALESSANDRO GENTILI
ALESSANDRO GENTILI 2021 年 1 月 21 日
編集済み: ALESSANDRO GENTILI 2021 年 1 月 21 日
I've found a solution for the Input Panel problem. I've simply added an input and output block (under sinks and sources), this way the Parameter Estimator can see the input.
Ben
Ben 2024 年 2 月 20 日
編集済み: Voss 2024 年 10 月 30 日
THANK YOU!!!!!!!! Also [redacted] matlab

サインインしてコメントする。

回答 (2 件)

Farshid Naseri
Farshid Naseri 2022 年 3 月 25 日

0 投票

In the model explorer, Model workspace the parameters to be estimated should be selected as "Matlab Variable" not a "Simulink Parameter".
Michael
Michael 2022 年 5 月 24 日

0 投票

If using the "Simulink Parameter" type, the variable itself is not numeric; instead, the numeric value is in the "Value" field. You can use the accordion at the bottom of the "Select model variables" dialog to specify indexing expressions. For example, if the Simulink Parameter variable is called b, then you can type "b.Value" in the edit-field, and then hit the "Enter" key.

カテゴリ

ヘルプ センター および File ExchangeParameter Estimation についてさらに検索

質問済み:

2020 年 4 月 5 日

編集済み:

2024 年 10 月 30 日

Community Treasure Hunt

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

Start Hunting!

Translated by