What is the difference between the Mux (Demux) and Bus Creator (Bus Selector) blocks in Simulink?
77 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2013 年 7 月 16 日
編集済み: MathWorks Support Team
2024 年 8 月 29 日
I would like to know the differences between using a mux signal and a bus signal.
採用された回答
MathWorks Support Team
2024 年 8 月 29 日
編集済み: MathWorks Support Team
2024 年 8 月 29 日
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 件のコメント
その他の回答 (0 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!