Simulink callbacks when modifying model
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Is there any callback available when user make change to the model? I need to know if there was change made within subsystem. Equivalent to DeleteChildFcn, but for any modification.
I know there are callbacks available in each blocks, but it requires all existing blocks ( and new blocks copied to model ) to have callback functions defined.
0 comentarios
Respuestas (1)
Fangjun Jiang
el 30 de Abr. de 2015
Open your model, File -> Model Properties -> Callbacks,
Any callback function that you can use? Maybe PreSaveFcn or CloseFcn to detect if the model is changed? get_param(Model,'Dirty')?
2 comentarios
zhichuan wang
el 12 de Jul. de 2018
Editada: zhichuan wang
el 12 de Jul. de 2018
This kind of callbacks will be useful to dectect changes in subsystem. And we really need this similar function. Does anyone have sovle this isuue?
Ver también
Categorías
Más información sobre Model, Block, and Port Callbacks en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!