sysdisp Next: Previous: sysinterface Up: Control Theory



System display functions

sysout (sys opt) Function File
print out a system data structure in desired format
sys
system data structure
opt
Display option
[]
primary system form (default)
"ss"
state space form
"tf"
transfer function form
"zp"
zero-pole form
"all"
all of the above

tfout (num denom, x) Function File
Print formatted transfer function n(s)/d(s) to the screen. x defaults to the string "s"

zpout (zer pol, k, x) Function File
print formatted zero-pole form to the screen. x defaults to the string "s"