Simulink callbacks when modifying model

2 Ansichten (letzte 30 Tage)
dzid_
dzid_ am 30 Apr. 2015
Bearbeitet: zhichuan wang am 12 Jul. 2018
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.

Antworten (1)

Fangjun Jiang
Fangjun Jiang am 30 Apr. 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 Kommentare
dzid_
dzid_ am 1 Mai 2015
This won't tell me which subsystem has been modified. I need something like CreateChildFcn or MoveChildFcn. They are not available but I presume this is what Undo function utilize.
zhichuan wang
zhichuan wang am 12 Jul. 2018
Bearbeitet: zhichuan wang am 12 Jul. 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?

Melden Sie sich an, um zu kommentieren.

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!

Translated by