Control System Tuner error message : Tuning gains store as Simulink.Parameters is not supported
11 views (last 30 days)
Show older comments
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?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/276145/image.bmp)
0 Comments
Answers (1)
Arkadiy Turevskiy
on 7 Oct 2020
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 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!