conformantSynthesis
compute model uncertainty to enclose measurements
Contents
Syntax
[W,V] = conformantSynthesis(benchmark,measurements,Opts)
Description
This function computes the model uncertainty that is required such that the uncertain model encloses all measurements of the real system. The model uncertainty consists of a set of uncertain inputs W and a set of measurement errors V.
Input Arguments
|
benchmark |
name of the considered benchmark model (see; "aroc/benchmarks/dynamics/...") |
||||||
|
measurements |
cell-array storing the measurements of the real system, where each cell is a struct with the following fields:
|
||||||
|
Opts |
a structure containing the algorithm settings
|
Output Arguments
|
W |
resulting set of uncertain inputs |
|
V |
resulting set of measurement errors |
See Also
convexInterpolationControl, generatorSpaceControl
© 2018-2023 I6 Technische Universität München Website License
|
![]() |
![]() |
![]() |


