Can we modify Simulink.Signal properties?

1 回表示 (過去 30 日間)
Vivek
Vivek 2015 年 12 月 31 日
コメント済み: Vivek 2016 年 1 月 4 日
Can we add/remove a property in Simulink.Signal?
Example: By default it contains below fields
'CoderInfo'
'Description'
'DataType'
'Min'
'Max'
'DocUnits'
'Dimensions'
'DimensionsMode'
'Complexity'
'SampleTime'
'SamplingMode'
'InitialValue'
'LoggingInfo'
I want to add one more field/property "IsRequiredForAutomation" and its value will be true/false
Can I do that?

採用された回答

Sebastian Castro
Sebastian Castro 2015 年 12 月 31 日
You can create your own class that inherits from Simulink.Signal and adds any additional properties/methods you might need.
The following documentation example shows how you can do this.
- Sebastian
  1 件のコメント
Vivek
Vivek 2016 年 1 月 4 日
Thank you!!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSignal Attributes and Indexing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by