value = getpar(sys,'value') returns
the parameter values of the model sys. If sys is
a model array, the returned value is a cell array of size equal to
the model array.
Parameter values, returned as a double vector of length nparams(sys).
free — Free or fixed status of parameters vector of logical values
Free or fixed status of parameters, returned as a logical vector
of length nparams(sys).
bounds — Minimum and maximum bounds on parameters matrix of doubles
Minimum and maximum bounds on parameters, returned as a double
matrix of size nparams(sys)-by-2. The first column
contains the minimum bound, and the second column the maximum bound.
label — Parameter labels cell array of character vectors
Parameter labels, returned as a cell array of character vectors
of length nparams(sys). For example, {'a2','a3'},
if nparams(sys) is two.