genmat
Generalized matrix with tunable parameters
Description
Generalized matrices (genmat) are matrices that depend on
tunable parameters (see realp). You can use generalized matrices for
parameter studies. You can also use generalized matrices for building generalized LTI models
(see genss) that represent control systems having a mixture of fixed and
tunable components.
Generalized matrices arise when you combine numeric values with static blocks such as
realp objects. You create such combinations
using any of the arithmetic operators +, -,
*, /, \, and ^.
For example, if a and b are tunable parameters, the
expression M = a + b is represented as a generalized matrix.
The internal data structure of the genmat object M
keeps track of how M depends on the parameters a and
b. The Blocks property of M lists
the parameters a and b.
Creation
Syntax
Description
Input Arguments
Properties
Examples
Version History
Introduced in R2011a