Home > freetb4matlab > control > sysgettype.m

sysgettype

PURPOSE ^

% return the initial system type of the system

SYNOPSIS ^

function systype = sysgettype (sys)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} sysgettype (@var{sys})
% return the initial system type of the system
%
% @strong{Input}
% @table @var
% @item sys
% System data structure.
% @end table
%
% @strong{Output}
% @table @var
% @item systype
% String indicating how the structure was initially
% constructed. Values: @code{'ss'}, @code{'zp'}, or @code{'tf'}.
% @end table
%
% @acronym{FIR} initialized systems return @code{systype='tf'}.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003