Info

この質問は閉じられています。 編集または回答するには再度開いてください。

what is block arguments about handle meaing?

1 回表示 (過去 30 日間)
mr. wang
mr. wang 2017 年 3 月 23 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
bb=get_param('test/Gain','handle')
when i run this program,it returns bb=9.0002,what does that mean?

回答 (1 件)

Monika Jaskolka
Monika Jaskolka 2020 年 3 月 28 日
編集済み: Monika Jaskolka 2020 年 3 月 28 日
Each block, line, annotation, etc. in a Simulink model has a unique numeric identifier. It's called a "handle". You can use the handle to refer to that specific block, for example:
set_param(bb, 'Gain', '2')

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by