How to select port in Multi Switch ?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Antworten (3)
Fangjun Jiang
am 28 Apr. 2020
Double click the multi-port switch block, click Help. Read the document and understand it. Go through the examples.
0 Kommentare
Jonas
am 28 Apr. 2020
Bearbeitet: Jonas
am 28 Apr. 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.
0 Kommentare
Siehe auch
Kategorien
Mehr zu General Applications finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!