Find: Simulink callbacks from where?
Mostra commenti meno recenti
I've a model which calls a callback function, but I just can't find the exact block which calls for it.
Is there a way to find from where a callback is produced/requested ?
Thanks!
1 Commento
Kaustubha Govind
il 18 Set 2013
Typically, if you set a breakpoint in the function and run gcb when it stops, it should tell you which block is calling the function.
Risposte (1)
Azzi Abdelmalek
il 18 Set 2013
Modificato: Azzi Abdelmalek
il 18 Set 2013
0 voti
Right click on your model, then choose model properties, you will find callbacks, look for Init or other callbacks
1 Commento
Leif
il 18 Set 2013
Categorie
Scopri di più su Model, Block, and Port Callbacks in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!