Is it possible to combine two nonvirtual Simulink buses into a single bus?
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello. I am creating a new model in a shared sim, so I would like to disturb the existing bus structures as little as possible. To do this, I need to combine two nonvirtual buses into a single bus. I have tried using a bus creator, but that just creates a "bus of buses" essentially. When using a vector concatenate followed by a bus creator, I lose the signal names. Is there anyway to combine these two buses robustly, without having to first decompose them using a bus selector and then recombine using a bus creator?
2 Kommentare
Fangjun Jiang
am 18 Sep. 2025
It's not clear what is the exact use case. If you utilize the "Bus Element In" and "Bus Element Out" blocks, you might be able to avoid this "combine" task.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Composite Interfaces finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!