Mu Analysis and Synthesis Toolbox
  Go to function:
    Search    Help Desk 
xtract, xtracti    Examples   See Also

Extract a specified portion of a VARYING matrix

Syntax

Description

xtract extracts a portion of a VARYING matrix. The independent variable associated with a VARYING matrix monotonically increases (like frequency or time). In the first form, xtract is called with three input arguments: a VARYING matrix, a lower bound iv_low, and an upper bound iv_high. The matrix values associated with any independent variables between iv_low and iv_high are extracted, and returned as a VARYING matrix. In the second form, xtract is called with two arguments. The second argument is a vector of desired independent variable values. For each desired value, the matrix from mat with the closest independent variable value (in absolute value) is extracted.

xtracti extracts the value of the VARYING matrix at the specific indices indvindex of the independent variable. Hence indvindex should be an array of positive integers. The extracted matrix is returned as a VARYING matrix.

Examples

Extract ranges of independent variable from a VARYING matrix.

See Also

sel, var2con, vpck, vunpck, vfind



[ Previous | Help Desk ]