Control "Delay" block by setParam?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Felipe Michelin
il 27 Giu 2015
Modificato: Felipe Michelin
il 27 Giu 2015
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 Commenti
Risposta accettata
Azzi Abdelmalek
il 27 Giu 2015
set_param('untitled/Delay','DelayLength','2')
2 Commenti
Azzi Abdelmalek
il 27 Giu 2015
yes you can
v=2
set_param('untitled/Delay','DelayLength',num2str(v))
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Programmatic Model Editing in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!