How to access Configuration Parameters Pane's callback functions?
3 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Sahithi Kanumarlapudi
2020 年 3 月 19 日
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.
参考
カテゴリ
Help Center および File Exchange で Model, Block, and Port Callbacks についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!