Specifications

Table Of Contents
4 Model Analysis Tools
4-4
Transfer function from input 2 to output:
s – 1
--------------
s^2 + 2 s + 10
class(H)
ans =
tf
size(H)
Transfer function with 2 input(s) and 1 output(s).
[ny,nu] = size(H)% Note: ny = number of outputs
ny =
1
nu =
2
isct(H)% Is this system continuous?
ans =
1
isdt(H)% Is this system discrete?
ans =
0