MATLAB: Block_diagram does not have a parameter named ‘FastRestart’ – MATLAB R2014b

fastrestartMATLABset_paramsimulink

Hello everyone,
I'm working on a script, that tests a bunch of different input variables for a small simulink-model. To get as fast as possible through the simulations I want to use this line:
set_param(modelname, 'FastRestart', 'on');
block_diagram does not have a parameter named 'FastRestart'
Does somebody know what the problem is?
Thanks in advance
Tobias

Best Answer

According to the Release Notes, enabling fast restart using set_param was introduced in release R2015b.
Related Question