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!