Finding Simulink block by sample time
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I would like to search a block in Simulink by sample time. Meaning, some signals having INF as sample time, and I would like to change them, but I need to find them in the model first.
0 Commenti
Risposta accettata
goerk
il 28 Set 2015
try this:
find_system(gcs, 'FindAll', 'on', 'SampleTime', 'inf')
where gcs means get current system and could also be replaced with the model name.
0 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!