How can I create signals from a Matlab Script ?
조회 수: 2 (최근 30일)
이전 댓글 표시
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 ?
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Time Series Events에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!