Creating and Manipulating Models | ![]() ![]() |
Transposition
You can transpose an LTI model sys
using
sys.'
This is a literal operation with the following effect:
num
and den
), the cell arrays num
and den
are transposed.z
, p
, and k
), the cell arrays, z
and p
, and the matrix k
are transposed.Response
), the matrix of frequency response data at each frequency is transposed.![]() | Inversion and Related Operations | Pertransposition | ![]() |