Setting parameters of a certain block
4 次查看(过去 30 天)
显示 更早的评论
In my model ...i have a constant block feeding a summer ...i want the same value given in the constant block to be used as the switch on and switch off point value in a relay block...
How can i do it???
0 个评论
采纳的回答
Desiree
2011-8-8
If you wanna change this offline you can use get_param and set_param commands to attain the value from the Constant block and set it for the Relay block. If you would like this to also update during simulation you would need to create a MATLAB S-Function for that. You can find an example for this here:
更多回答(1 个)
Fangjun Jiang
2011-8-8
Is this what you want?
Define a variable in workspace, MyConstant=1, use this "MyConstant" for your Constant block and Relay block.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Programmatic Model Editing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!