| Robust Control Toolbox | |
| Provide feedback about this page |
Describe parameter vector specified with pvec
Syntax
[typ,k,nv] = pvinfo(pv) [pmin,pmax,dpmin,dpmax] = pvinfo(pv,'par',j) vj = pvinfo(pv,'par',j) p = pvinfo(pv,'eval',c)
Description
retrieves information about a vector p = (p1, . . ., pn) of real parameters declared with pvec
pvec and stored in pv. The command pvinfo(pv) displays the type of parameter vector ('box' or 'pol'), the number n of scalar parameters, and for the type 'pol', the number of vertices used to specify the parameter range.
returns the bounds on the value and rate of variations of the j-th real parameter pj. Specifically,
,
returns the j-th vertex of the polytope of Rn in which p ranges, while
returns the value of the parameter vector p given its barycentric coordinates c with respect to the polytope vertices (V1, . . .,Vk). The vector c must be of length k and have nonnegative entries. The corresponding value of p is then given by
See Also
pvec Quantification of uncertainty on physical parameters
psys Specification of uncertain state-space models
| Provide feedback about this page |
![]() | pvec | quadperf | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |