Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Avoid repeating value in simulink

4 visualizaciones (últimos 30 días)
mike
mike el 8 de Mzo. de 2018
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
I need to use logic block relational operator in simulink to compare between the signal value and constant array if the one value of the array == the signal do something if not don't do any thing
the purpose is to avoid repeating same value --> Is x== ( one of the array )--> yes--> choose different value no --> leave it
  1 comentario
Krishna Bindumadhavan
Krishna Bindumadhavan el 15 de Mzo. de 2018
It looks like that you may be looking for the switch block (https://www.mathworks.com/help/simulink/slref/switch.html).
You can probably use the output of the relational operator block as the second input to the switch block.

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by