Set or modify properties of LTI objects.
If no return argument retsys is specified, the modified LTI object is stored
in input argument sys. set
can handle multiple properties in one call:
set (sys, 'key1', val1, 'key2', val2, 'key3', val3)
.
set (sys)
prints a list of the object’s key names.
Package: control