sysgetsignals
PURPOSE
% Get signal names from a system
SYNOPSIS
function [stname, inname, outname, yd] = sysgetsignals (sys, sigid, signum, strflg)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- is_signal_list % Return true if @var{mylist} is a list of individual strings.
- sysgetsignals % Get signal names from a system
- sysupdate % Update the internal representation of a system.
This function is called by:
- bode % If no output arguments are given: produce Bode plots of a system; otherwise,
- c2d %
- d2c % Convert a discrete (sub)system into a purely continuous one.
- h2syn % Design
- hinfsyn %
- is_digital % Return nonzero if system is digital.
- nichols % Produce Nichols plot of a system.
- nyquist % Produce Nyquist plots of a system; if no output arguments are given, Nyquist
- parallel % Forms the parallel connection of two systems.
- pzmap % Plots the zeros and poles of a system in the complex plane.
- rlocus %
- sys2ss % Extract state space representation from system data structure.
- sys2tf % Extract transfer function data from a system data structure.
- sys2zp %@deftypefn {Function File} {[@var{zer}, @var{pol}, @var{k}, @var{tsam}, @var{inname}, @var{outname}] =} sys2zp (@var{sys})
- sysadd % returns @var{sys} = @var{gsys} + @var{hsys}.
- sysconnect % Close the loop from specified outputs to respective specified inputs
- syscont % Extract the purely continuous subsystem of an input system.
- sysdimensions % return the number of states, inputs, and/or outputs in the system
- sysdisc %
- sysdup % Duplicate specified input/output connections of a system
- sysgetsignals % Get signal names from a system
- sysidx % Return indices of signals with specified signal names
- sysmin % Returns a minimal (or reduced order) system
- sysout % print out a system data structure in desired format
- sysrepdemo % Tutorial for the use of the system data structure functions.
- sysscale % scale inputs/outputs of a system.
- syssetsignals % change the names of selected inputs, outputs and states.
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003