Mu Analysis and Synthesis Toolbox
  Go to function:
    Search    Help Desk 
scliv    Examples   See Also

Scale the independent variable values of a VARYING matrix with an affine transformation

Syntax

Description

scliv scales the independent variable of a VARYING matrix in the following manner. Let indvi and newindvi denote the independent variable's ith value, before and after applying scliv. Then, for each i, they are related as

newindvi = (factor x indvi) + offset

The default value for offset is zero.

Examples

Scale the independent value of vin by a factor of 3 and offset it from its original value by 0.5.

See Also

getiv, seeiv



[ Previous | Help Desk | Next ]