User`s guide

Table Of Contents
pade
11-165
sysx = pade(sys,NI,NO,Nio) specifies independent approximation orders for
each input,output, and I/O delay.These approximation ordersare givenbythe
arrays of integers
NI, NO,andNio, such that:
NI(j) is the approximation order for the j-th input channel.
NO(i) is the approximation order for the i-th output channel.
Nio(i,j) is the approximation order for the I/O delay from input j to outp ut
i.
You can use scalar values to specify uniform approximation orders, and
[] if
there are no input, output, or I/O delays.