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

 採用された回答

Kaustubha Govind
Kaustubha Govind 2012 年 11 月 8 日

0 投票

MainBus and SubBus for this demo are loaded from a MAT-file calld businfo.mat - they are loaded from the PreLoadFcn model callback function (right-click on model and select Model Properties>Callbacks>PreLoadFcn). The name of the bus is determined by the name of the Simulink.Bus object in the workspace. You can name it to whatever other name you prefer.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeComposite Interfaces についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by