Borrar filtros
Borrar filtros

Hi. Manual variant sink.

8 visualizaciones (últimos 30 días)
Chetan Sharma
Chetan Sharma el 23 de Ag. de 2018
Editada: Fangjun Jiang el 10 de Jul. de 2024 a las 15:29
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 comentario
Dinesh
Dinesh el 3 de Jul. de 2024 a las 6:31
Could you please share your MATLAB script and the error message that you are getting?

Iniciar sesión para comentar.

Respuestas (1)

Fangjun Jiang
Fangjun Jiang el 10 de Jul. de 2024 a las 15:26
Editada: Fangjun Jiang el 10 de Jul. de 2024 a las 15:29
>> 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'

Productos


Versión

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by