Is it possible to have a vector input to a Simulink if-statement block?

7 vues (au cours des 30 derniers jours)
Ahmed Rashid
Ahmed Rashid le 25 Juin 2015
Commenté : Franco Ruiz le 2 Août 2019
I am working on vectorising my model and I got stuck when I tried to vectorise the if-statement block. I wonder if it is possible to do it in Simulink. I know that it will work if I get each singal individually and apply them to multiple of if-statement blocks, but this is not what I want to do. Any suggestions will be greatly appreciated!
This is what I want to do and the error that I get:

Réponse acceptée

Drew Davis
Drew Davis le 26 Juin 2015
You can only apply scalars to the if port of action subsystems. Consider your example where you test:
out1_of_if_block = u1 == [1 2] = [1 0]
What do you expect the If Action Subsystem2 to do when [1 0] is applied to the action port?
Perhaps inside of the 'If' block, you would want to do something more like this:
u1(1) == 1
  3 commentaires
Tyene Zanella
Tyene Zanella le 12 Juil 2018
Can u please show me how u did it? I'm having the same problem ):
Franco Ruiz
Franco Ruiz le 2 Août 2019
@Ahmed Rashid @Tyene Zanella Any advice I am dealing with the same problem?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Test Model Components dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by