simulink model using switch block
Mostrar comentarios más antiguos

I want to make a simulink model for these given conditions in above table.
If xyz is true, then check input 2, if true, then it is automatic generated, if false then either it is automatic or human generated. then further check if it is repeated or not. then merge all this into output
Respuestas (1)
Oguz Kaan Hancioglu
el 16 de Feb. de 2023
0 votos
You can use matlab function in simulink.
You can implement your conditions using if-else statement.
3 comentarios
Sanchita
el 16 de Feb. de 2023
Sanchita
el 16 de Feb. de 2023
Oguz Kaan Hancioglu
el 16 de Feb. de 2023
You cannot use switch block because switch case statement only checks one input. You have 4 input.
Categorías
Más información sobre Modeling en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!