Is there any way to change the parameters of a block in Simulink on the fly? The model is compiled and running on a xPC-Target. I do have a subsystem (actually a lot of subsystems) and would like to load the params from several xml files and populate the model (after external triggering).
Wiring those values instead of using mask parameters is the current state, but the model is getting bulky and hard to maintain.