Hi there, I think you might want to look at callbacks for MPC Controller block. Right click on the block, select "Block Properties", Callback (3rd tab). Callbacks let you execute MATLAB code (for example code that would initialize your parameters as you want) when certain events happen. You probably need StartFcn and StopFcn callbacks.
HTH. Arkadiy Turevskiy MathWorks