Control System Tuner error message : Tuning gains store as Simulink.Parameters is not supported
20 ビュー (過去 30 日間)
古いコメントを表示
I have this error message Tuning gains store as Simulink.Parameters is not supported when i try to add tunable blocks in Control System Tuner. I don't unsterdand why? Can somebody help me please?
0 件のコメント
回答 (1 件)
Arkadiy Turevskiy
2020 年 10 月 7 日
The gain value of your AVR_Gain block is defined by Simulink.Parameter. This is not supported by Control System Tuner.
You can define the gain value in the block as a numeric value or workspace variable.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!