Home > freetb4matlab > control > sysout.m

sysout

PURPOSE ^

% print out a system data structure in desired format

SYNOPSIS ^

function retsys = sysout (sys, opt)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} sysout (@var{sys}, @var{opt})
% print out a system data structure in desired format
% @table @var
% @item  sys
% system data structure
% @item  opt
% Display option
% @table @code
% @item []
% primary system form (default)
% @item      'ss'
% state space form
% @item      'tf'
% transfer function form
% @item      'zp'
% zero-pole form
% @item      'all'
% all of the above
% @end table
% @end table
% @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