Hi. Manual variant sink.

조회 수: 2 (최근 30일)
Chetan Sharma
Chetan Sharma 2018년 8월 23일
편집: Fangjun Jiang 2024년 7월 10일
Hi. I am trying to use manual variant sink programatically using a m-script and there is an error for the parameter. Can anyone suggest me what parameter is to be used for manual variant sink as in case of manual switch it is 'sw'? Thanks in advance.
  댓글 수: 1
Dinesh
Dinesh 2024년 7월 3일
Could you please share your MATLAB script and the error message that you are getting?

댓글을 달려면 로그인하십시오.

답변 (1개)

Fangjun Jiang
Fangjun Jiang 2024년 7월 10일
편집: Fangjun Jiang 2024년 7월 10일
>> get_param(gcb,'sw')
ans =
'1'
>> get_param(gcb,'sw')
ans =
'0'
>> get_param(gcb, 'LabelModeActiveChoice')
ans =
'V_2'
>> get_param(gcb, 'LabelModeActiveChoice')
ans =
'V_1'

카테고리

Help CenterFile Exchange에서 Variant Systems에 대해 자세히 알아보기

제품


릴리스

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by