getpvec
Obtain model parameters and associated uncertainty data
Syntax
pvec =
getpvec(sys)
[pvec,pvec_sd] = getpvec(sys)
[___] = getpvec(sys,'free')
Description
returns a vector, pvec
=
getpvec(sys
)pvec
, containing the values of all the parameters
of the identified model sys
.
[
also returns the 1 standard deviation value of the uncertainty associated with the
parameters of pvec
,pvec_sd
] = getpvec(sys
)sys
. If the model covariance information for
sys
is not available, pvec_sd
is
[]
.
[___] = getpvec(
returns data for only the free parameters of sys
,'free')sys
, using any of the
output arguments in previous syntaxes. For idnlarx
and idnlhw
models, all parameters are
treated as free.
Input Arguments
|
Identified model. Identified model, specified as an |
Output Arguments
|
Values of the parameters of If |
|
1 standard deviation value of the parameters of
If the model covariance information for If |
Examples
Version History
Introduced in R2012a