How to access Configuration Parameters Pane's callback functions?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I'd like to access the callback functions of Simulink - Configuration Parameters Pane like close, click or destroy events. It will be enough for me to declare events like PreDestroy, PreClose...
How can I access/manage the mentioned functions?
0 Commenti
Risposte (1)
Sahithi Kanumarlapudi
il 19 Mar 2020
Hi,
If it is Model Callbacks you are referring to, you could find them under ModelProperties->Callbacks. For more information on them you could refer to the following link
But if you are referring to close and destroy events of Configuration Parameters Pane itself, they are not available as per my knowledge.
1 Commento
Vedere anche
Categorie
Scopri di più su Model, Block, and Port Callbacks in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!