Filter löschen
Filter löschen

How can I create signals from a Matlab Script ?

6 Ansichten (letzte 30 Tage)
Danny
Danny am 11 Aug. 2022
Beantwortet: Danny am 12 Aug. 2022
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 ?

Akzeptierte Antwort

Danny
Danny am 12 Aug. 2022

Weitere Antworten (0)

Kategorien

Mehr zu Simulink Functions finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by