Creating and naming Simulink Buses
이전 댓글 표시
Hi!
I want to use buses in Simulink, and give them proper names. Some are created from a struct in an m script using:
busInfo = Simulink.Bus.createObject(myStruct);
First: in emldemo_bus_struct, where are MainBus and SubBus created and named? They are used in the blocks by setting the type to Bus: MainBus
Second: How can i give any other name than slBus1 when creating the bus in Matlab?
thanks, Håvard
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Composite Interfaces에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!