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!