How can I create signals from a Matlab Script ?

3 ビュー (過去 30 日間)
Danny
Danny 2022 年 8 月 11 日
回答済み: Danny 2022 年 8 月 12 日
I have created a Bus inside my Data Dicitonary, and I want to create signals (with this Bus data type) from a Matab Script and put them inside this Data Dictionary. I am already able to access it with these functions :
  • Simulink.data.dictionary.open('DD.sldd');
  • getSection(DD_obj, 'Design Data');
  • getEntry(Design_Data_obj, "MyEntry");
  • setValue(MyEntry, MyValue);
But I don't know how to create signals from a Matlab Script, can you help me ?

採用された回答

Danny
Danny 2022 年 8 月 12 日

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeTime Series Events についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by