Mu Analysis and Synthesis Toolbox    
vabs, vimag, vreal, vfloor, vceil

Perform element-by-element operations on CONSTANT and VARYING matrices

Syntax

Description
This set of commands allows standard element-by-element operations on CONSTANT/VARYING matrices. These commands are identical to abs, imag, real, floor, and ceil but also work on VARYING matrices.

vabs
element-by-element absolute value of a VARYING matrix
vimag
element-by-element imaginary part of a VARYING matrix
vreal
element-by-element real part of a VARYING matrix
vfloor
element-by-element floor of a VARYING matrix
vceil
element-by-element ceiling of a VARYING matrix

A general element-by-element command, vebe, allows all standard arithmetic MATLAB element commands that have only one input argument.

Examples
Construct a complex VARYING matrix and find the magnitude of the entries and the real parts.

Use pkvnorm to find the maximum element magnitude of the VARYING matrix.

This agrees with the maximum magnitude of matin(1,1) associated with the second independent variable.

See Also
vdet, vdiag, vebe, veval



unum, xnum, ynum vdet, vdiag, vexpm, vrcond