Next: , Previous: sysinterface, Up: Control Theory


29.3 System display functions

— Function File: sysout (sys, opt)

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

— Function File: tfout (num, denom, x)

Print formatted transfer function n(s)/d(s) to the screen. x defaults to the string "s"

— Function File: zpout (zer, pol, k, x)

print formatted zero-pole form to the screen. x defaults to the string "s"