How to select port in Multi Switch ?

2 vues (au cours des 30 derniers jours)
Simon Fessler
Simon Fessler le 28 Avr 2020
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
Fangjun Jiang le 28 Avr 2020
Double click the multi-port switch block, click Help. Read the document and understand it. Go through the examples.

Jonas
Jonas le 28 Avr 2020
Modifié(e) : Jonas le 28 Avr 2020
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
Simon Fessler le 28 Avr 2020
Thank you both.
Finally, I have used an add block with gain blocks after each look-up table that i put from 0 to 1 to see the results.

Catégories

En savoir plus sur Simulink dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by