What is the difference between the Mux (Demux) and Bus Creator (Bus Selector) blocks in Simulink?
67 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 16 Jul. 2013
Bearbeitet: MathWorks Support Team
am 29 Aug. 2024
I would like to know the differences between using a mux signal and a bus signal.
Akzeptierte Antwort
MathWorks Support Team
am 29 Aug. 2024
Bearbeitet: MathWorks Support Team
am 29 Aug. 2024
Use Virtual Buses to group signals or messages together. They give you flexibility to group elements of different types and complexity, and let you access elements by name instead of by index. If you have strict code generation requirements for your composite signal, use Nonvirtual buses instead.
MathWorks recommends you use Mux only to group function-call signals.
For more information, see
0 Kommentare
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!