how to write conditional commands in simulink block diagrams

2 visualizaciones (últimos 30 días)
hamza ünsal
hamza ünsal el 28 de Mzo. de 2018
Respondida: Birdman el 29 de Mzo. de 2018
how to write conditional commands in simulink block diagrams

Respuestas (1)

Birdman
Birdman el 29 de Mzo. de 2018
There are lots of ways to write conditional commands in Simulink. For instance, you can use Logic Operator block, If Else block, Compare To block, etc. What I suggest you is to use a MATLAB Function block since it is really easy to implement conditions as if you are writing code in MATLAB command line. Just form your logic and implement it there.

Categorías

Más información sobre Simulink Functions en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by