newSys = setpvec(sys,params)
returns an new identified model of the same type as the identified model
sys. The parameters of newSys are set to the
values specified in params.
newSys = setpvec(sys,params,'free')
sets the values of only the free parameters in newSys. For
idnlarx and idnlhw models, all parameters are
treated as free.
Identified model, returned as the same type of identified model object as
sys. The parameters in newSys match the new
parameter values specified in params.