Postprocessing when user clicks apply/ok in a mask

43 views (last 30 days)
Marcus
Marcus on 8 Jan 2026 at 14:25
Edited: Oliver Jaehrig on 14 Jan 2026 at 7:42
I need to do some postprocessing (altering a block depending on the user selection in the mask) whenever a user clicks the APPLY or OK button on a simulink mask. I do not want to do this on the fly as many settings have to be made and the processing take a while, so doing this on each change over again gets very annoying.
How can I achieve this?
Same for preprocessing when a mask is opened. However this is not cruicial, as I) have found a workaround byusing the callback of a hidden combobox as a workaround. However it would be nice to clean that up too...
  3 Comments
Marcus
Marcus on 9 Jan 2026 at 10:02
Edited: Marcus on 9 Jan 2026 at 10:04
The mask initialization callback is only loaded once, seems when the model is loaded first into memory, not on every opening of the mask. Also not on apply or close.
Oliver Jaehrig
Oliver Jaehrig on 14 Jan 2026 at 7:40
Edited: Oliver Jaehrig on 14 Jan 2026 at 7:42
@Marcus Mask Initialization code is not only called one when the model is loaded. Please see this documentation when you use R2025b to see when it gets executed:
Here you can find the R2024b documentation:
The expectation is that when you change the Mask Workspace the callback should execute. This can be also used to trigger the callbacks by using a hidden variable if needed which changes to trigger the callback.
If you prefer I recommend you to create a Technical Support case, where we can support you further.

Sign in to comment.

Answers (0)

Products


Release

R2024b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!