Change the output name of a sum block programmatically , in simulink
조회 수: 9 (최근 30일)
이전 댓글 표시
Hello
I have a bus creator which is taking, as inputs some sum blocks outputs.
What I want to do is to change the name of the output of the sum block, since I will be copying the model and changing that name according to the copied version.
I tried :
set_param('SumBlockPath','OutputSignalNames','ChosenName'),
- error : sum block parameter 'outputSignalNames' is read only.*
Thanks in advance
Best regards
댓글 수: 0
답변 (1개)
Nirav Sharda
2017년 7월 13일
The following MATLAB Answers post talks about this issue and how it can be resolved.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!