syssub
PURPOSE
% Return @math{sys = Gsys - Hsys}.
SYNOPSIS
function sys = syssub (varargin)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- sys2tf % Extract transfer function data from a system data structure.
- sysdimensions % return the number of states, inputs, and/or outputs in the system
- sysgettype % return the initial system type of the system
- sysgroup % Combines two systems into a single system.
- sysscale % scale inputs/outputs of a system.
- syssetsignals % change the names of selected inputs, outputs and states.
- syssub % Return @math{sys = Gsys - Hsys}.
- sysupdate % Update the internal representation of a system.
- tf % build system data structure from transfer function format data
This function is called by:
- bddemo % Octave Controls toolbox demo: Block Diagram Manipulations demo.
- syssub % Return @math{sys = Gsys - Hsys}.
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003