SystemsModelOrder[ss] gives the order of the StateSpaceModel object ss.
SystemsModelParallelConnect[sys_1, sys_2] connects TransferFunctionModel or StateSpaceModel objects sys_1 and sys_2 in parallel.SystemsModelParallelConnect[sys_1, sys_2, ...
SystemsModelSeriesConnect[sys_1, sys_2] connects TransferFunctionModel or StateSpaceModel objects sys_1 and sys_2 in series. SystemsModelSeriesConnect[sys_1, sys_2, {y, u}] ...
SystemsModelStateFeedbackConnect[ss, controller] gives the closed-loop system for the StateSpaceModel object ss with state feedback controller ...
TabFilling is an option for character selections that specifies how a Tab character is represented on the screen.
TableAlignments is an option for TableForm and MatrixForm which specifies how entries in each dimension should be aligned.
TableDepth is an option for TableForm and MatrixForm which specifies the maximum number of levels to be printed in tabular or matrix format.
TableDirections is an option for TableForm and MatrixForm which specifies whether successive dimensions should be arranged as rows or columns.
TableForm[list] prints with the elements of list arranged in an array of rectangular cells.
TableHeadings is an option for TableForm and MatrixForm which gives the labels to be printed for entries in each dimension of a table or matrix.