Find: Simulink callbacks from where?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Kaustubha Govind
am 18 Sep. 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.
Antworten (1)
Azzi Abdelmalek
am 18 Sep. 2013
Bearbeitet: Azzi Abdelmalek
am 18 Sep. 2013
Right click on your model, then choose model properties, you will find callbacks, look for Init or other callbacks
Siehe auch
Kategorien
Mehr zu Model, Block, and Port Callbacks finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!