Azzera filtri
Azzera filtri

DeleteFcn and DestroyFcn callbacks

4 visualizzazioni (ultimi 30 giorni)
Adrian Dronca
Adrian Dronca il 31 Ago 2012
Modificato: Pedro Kulzer il 9 Lug 2016
I want to be able to do specific operations when I delete a block. DeleteFcn and DestroyFcn are perfect for that.
There is 1 small problem :)
The callbacks get executed also when the model closes. This behavior I do not need.
Is there a way to know from where the callback was executed ? Closing the model or deleting the block, or maybe there is another way of doing it.
Thanks in advance!!
Adrian.
  2 Commenti
Jan
Jan il 31 Ago 2012
While the "DeleteFcn" is explained exhaustively in the docs, I cannot find anything about a "DestroyFcn", even not in the net.
Pedro Kulzer
Pedro Kulzer il 9 Lug 2016
Modificato: Pedro Kulzer il 9 Lug 2016
Just do a simple get(gbch) while a block is selected and voilá: the "DestroyFcn" indeed exists... ;-) What's more, not sure which net you searching and yes, it's been a while, but here it is: http://www.mathworks.com/help/simulink/ug/block-callbacks.html#btoy_jj

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Simulation 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!

Translated by