how can i get (-K-) value in gain function using Simulink.
이전 댓글 표시

댓글 수: 5
Sarang Purandare
2020년 6월 13일
In which project are you using it?? Please answer!!
Aftab Khawar
2020년 6월 22일
Walter Roberson
2020년 6월 22일
Double-click on the block and the parameters should come up.
If you need to be able to get the gain by way of program, then you can
get_param('NAME_OF_MODEL/Heat Gain/Degree', 'Gain')
where you need to replace NAME_OF_MODEL with the appropriate model name. Also, I am not happy about the '/' in the block name 'Heat Gain/Degree': that could potentially cause problems.
Nyaro Soki
2022년 2월 21일
how to find it
Hamza CORUH
2022년 5월 28일
increase the size of the part.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Simulink에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!