필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

what is block arguments about handle meaing?

조회 수: 2 (최근 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