how can i get (-K-) value in gain function using Simulink.
Ältere Kommentare anzeigen

5 Kommentare
Sarang Purandare
am 13 Jun. 2020
In which project are you using it?? Please answer!!
Aftab Khawar
am 22 Jun. 2020
Walter Roberson
am 22 Jun. 2020
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
am 21 Feb. 2022
how to find it
Hamza CORUH
am 28 Mai 2022
increase the size of the part.
Antworten (0)
Kategorien
Mehr zu Wind Power finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!