| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Robust Control Toolbox |
| Contents | Index |
Create uncertain linear time-invariant object
H = ultidyn('Name',iosize) creates an uncertain linear, time-invariant objects are used to represent unknown dynamic objects whose only known attributes are bounds on their frequency response. Uncertain linear, time-invariant objects have a name (the Name property), and an input/output size (ioSize property).
The property Type is 'GainBounded' (default) or 'PositiveReal', and describes in what form the knowledge about the object's frequency response is specified.
The property Bound is a real, scalar that quantifies the bound on the frequency response of the uncertain object as described above.
Trailing Property/Value pairs are allowed in the construction.
H=ultidyn('name',iosize,'Property1',Value1,'Property2',Value2,...)
The property SampleStateDim is a positive integer, defining the state dimension of random samples of the uncertain object when sampled with usample. The default value is 1.
The property AutoSimplify controls how expressions involving the uncertain matrix are simplified. Its default value is 'basic', which means elementary methods of simplification are applied as operations are completed. Other values for AutoSimplify are 'off'', no simplification performed, and 'full' which applies model-reduction-like techniques to the uncertain object.
Example 1
Create an ultidyn object with internal name 'H', dimensions 2-by-3, norm bounded by 7.
Example 2
Create a scalar ultidyn object with an internal name 'B', whose frequency response has a real part greater than 2.5. Change the SampleStateDim to 5, and plot the Nyquist plot of 30 random samples.
B = ultidyn('B',[1 1],'Type','PositiveReal','Bound',2.5) Uncertain PositiveReal LTI Dynamics: Name B, 1x1, M+M' >= 2*(2.5) B.SampleStateDim = 5; nyquist(usample(B,30))
ureal Creates an uncertain real parameter
uss Creates an uncertain LTI system object
| Provide feedback about this page |
![]() | ulinearize | umat | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |