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!