Data Types of Signals in a Bus Selector

Hi, Is it possible to get the data-type of the signals in a bus-selector programmatically. any help will be appreciated. Thanks

回答 (1 件)

Ismael Alcalá
Ismael Alcalá 2012 年 11 月 28 日
編集済み: Ismael Alcalá 2012 年 11 月 28 日

0 投票

Hi Deepak, you can select the bus-selector block in simulink and execute in matlab:
portHandles = get(gcbh,'PortHandles')
mStruct = Simulink.Bus.createMATLABStruct(portHandles.Outport)
Then you can find all signal types in the bus selector using class for each signal
class(mStruct.Message1.signal)
ans =
int16
I hope this can help you,
I. Alcalá

カテゴリ

製品

タグ

質問済み:

2012 年 9 月 21 日

Community Treasure Hunt

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

Start Hunting!

Translated by