Control "Delay" block by setParam?
조회 수: 3 (최근 30일)
이전 댓글 표시
Hello!
I would like to know if it is possible set a value to the Time length parameter in delay block by a .m file, I was looking some time ago and I couldn't find!
Thank you!
댓글 수: 0
채택된 답변
Azzi Abdelmalek
2015년 6월 27일
set_param('untitled/Delay','DelayLength','2')
댓글 수: 2
Azzi Abdelmalek
2015년 6월 27일
yes you can
v=2
set_param('untitled/Delay','DelayLength',num2str(v))
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!