MATLAB: Version R2010b versus R2016a

r2010bsimulink version

I encounter a problem with the attached MATLAB and SIMULINK code. Undefined variable "ParameterEstimator" or class "ParameterEstimator.TransientExperiment". I understand that the simple code was written in R2010b, and that may be an issue. I am using R2016a. IS this a version issue?

Best Answer

In R2017a, ParameterEstimator.TransientExperiment still exists, but is indicated as being replaced by sdo.Experiment and related tools.
ParameterEstimator.TransientExperiment is part of Simulink Design Optimization, which is an add-on package that is not part of basic Simulink.