The function estimate.m is used to estimate some of the unknown parameters in the Simulink file model.mdl. The usage is P = estimate('model') if the Simulink file is not open, or P = estimate(gcs) if it is open. The estimation uses non-linear least-squares algorithm from the Optimization toolbox.
File list:
estimate.m
model.mdl