MATLAB: Reload/Update constants in Simulink

simulink

Hello,
I know that constants are probably named so by a reason, but is it possible to reload or update them during a running Simulink simulation?
Cheers, Frank

Best Answer

Your question is little bit unclear. If you want to change the value in a Constant Block, you can change it run time from its dialog box which appears by double click on it.
Also you can change these values from a m-file using set_param() function.
Related Question