Mu Analysis and Synthesis Toolbox | ![]() ![]() |
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 indv
i and newindv
i denote the independent variable's ith value, before and after applying scliv
. Then, for each i, they are related as
newindv
i = (factor
x indv
i) + 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.
seeiv(vin)
l.000e+002.000e+003.000e+00 4.000e+00 5.000e+00
vout = scliv
(vin,3,0.5)
seeiv(vout)
3.500e+006.500e+009.500e+00 1.250e+01 1.550e+01
![]() | samhld | sdhfnorm | ![]() |