How to select port in Multi Switch ?
Afficher commentaires plus anciens
Hi there,
I have two questions concerning the Multiport Switch in Simulink :
- How can I select change the conducting port (the one I would like to connect) ? I have 12 ports in the switch corresponding to each month of the year. I would like to simulate them one by one.

- Also, how can I fix this issue when I run the simulation ?

Thank you in advance for your help,
Simon
Réponses (3)
Fangjun Jiang
le 28 Avr 2020
1 vote
Double click the multi-port switch block, click Help. Read the document and understand it. Go through the examples.
Since you are using look-up tables with the monthly data anyway, I assume that the data for for example August will be zero in the range 0 - 7 and 9 - 12. So I think you can just replace the Multiport switch with an Add block which adds all 12 signals together.
If you still need to use the Multiport Switch, follow Fangjun Jiang's answer.
Simon Fessler
le 28 Avr 2020
0 votes
Catégories
En savoir plus sur General Applications dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!