Borrar filtros
Borrar filtros

How can I create signals from a Matlab Script ?

2 visualizaciones (últimos 30 días)
Danny
Danny el 11 de Ag. de 2022
Respondida: Danny el 12 de Ag. de 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 ?

Respuesta aceptada

Danny
Danny el 12 de Ag. de 2022

Más respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by