Hi. Manual variant sink.
조회 수: 2 (최근 30일)
이전 댓글 표시
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
2024년 7월 3일
Could you please share your MATLAB script and the error message that you are getting?
답변 (1개)
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'
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Variant Systems에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!