Control System Tuner error message : Tuning gains store as Simulink.Parameters is not supported
조회 수: 15 (최근 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!