Azzera filtri
Azzera filtri

different output for each condition

1 visualizzazione (ultimi 30 giorni)
How can I model below code segment with simulink blocks?
subsystem input: i1, i2, i3 subsystem output: o1
logic:
if i3 < i1 // less than i1
o1 = 1
else if i3 > i1 and i3 < i2 // b/w i1 and i2
o1 = 2
else // more than i2
o1 = 3
end
so many thanks

Risposta accettata

Seungkyu Park
Seungkyu Park il 8 Lug 2016
I was advised to use switch blocks to set the output. Thanks

Più risposte (0)

Categorie

Scopri di più su Subsystems in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by