Interpolate Matrix(x)
Return interpolated matrix for given input
Libraries:
Aerospace Blockset /
GNC /
Control
Description
The Interpolate Matrix(x) block interpolates a one-dimensional array of matrices. The block assumes a one-dimensional array as defined in Algorithms.
The matrix to be interpolated must be three dimensional, the first two dimensions
corresponding to the matrix at each value of x. For example, if you
have three matrices A, B, and C
defined at x = 0
, x = 0.5
, and
x = 1.0
, then the input matrix is given by
matrix(:,:,1) = A;
matrix(:,:,2) = B;
matrix(:,:,3) = C;
Limitations
This block must be driven from the Prelookup block.
Ports
Input
Output
Parameters
Algorithms
This one-dimensional case assumes a matrix M is defined at a discrete number of values of an independent variable
x = [ x1x2x3 ... xixi+1 ... xn ].
Then for xi < x < xi+1, the block output is given by
where the interpolation fraction is defined as
Extended Capabilities
Version History
Introduced before R2006a