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

Find the norm or peak norm of a VARYING matrix

Syntax

Description

pkvnorm sweeps through the independent variable, calculating the norm of each matrix as specified by the input argument p, following the convention from MATLAB's norm command. The default for p is the largest singular value of matin. The three output arguments all pertain to the peak and its location: peak value, peak, the independent variable's value, indv, and the independent variable's index, index.

vnorm is a VARYING matrix version of MATLAB's norm command. The operation of the norm command is identical to vnorm, except that vnorm also works on CONSTANT and VARYING matrices, which produces a CONSTANT or VARYING output. vnorm returns the matrix out with its norm at each independent variable value.

Examples

The two-input/two-output VARYING matrix matin has its independent variable at 0.2 and 0.6. The vnorm command finds the largest singular value of the VARYING matrix at each value of the indepedent variable. pkvnorm returns the largest singular value of the VARYING matrix, its independent variable value, and the index of the independent variable.

Algorithm

pkvnorm and vnorm call the MATLAB norm command.

See Also

norm, vsvd



[ Previous | Help Desk | Next ]