Create a ConfigSetRef object that references a
freestanding configuration set, then get the ConfigSet handle
representing that configuration set. Change model parameter values through this
handle.
Open the model vdp. Create a freestanding configuration set by
copying the configuration set of the model.
openExample('simulink_general/VanDerPolOscillatorExample');
model = 'vdp';
freeConfigSet = copy(getActiveConfigSet(model));
Create a configuration reference, and point the reference to your freestanding
configuration.