sysgroup
PURPOSE
% Combines two systems into a single system.
SYNOPSIS
function sys = sysgroup (varargin)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- ss % Create system structure from state-space data. May be continuous,
- sys2ss % Extract state space representation from system data structure.
- sysdimensions % return the number of states, inputs, and/or outputs in the system
- sysgroup % Combines two systems into a single system.
- sysupdate % Update the internal representation of a system.
This function is called by:
- bddemo % Octave Controls toolbox demo: Block Diagram Manipulations demo.
- feedback % feedback(sys1,sys2)
- parallel % Forms the parallel connection of two systems.
- sysadd % returns @var{sys} = @var{gsys} + @var{hsys}.
- sysgroup % Combines two systems into a single system.
- sysmult % Compute @math{sys = Asys*Bsys} (series connection):
- syssub % Return @math{sys = Gsys - Hsys}.
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003