MATLAB: Notifications when a Simulink block parameters change

notificationparameterssimulink

Hi,
is it possible to get notifications when the parameters of Simulink blocks are changed, and if it is, how?
I was hoping that event listeners would be of help, but they seem to be specific to simulation.

Best Answer

I think this is possible for Mask parameters using dialog callbacks as described on this blog post, but don't know that it's possible for regular block parameters. You should probably create a mask for all the blocks that you want to configure with such a callback.