The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Function File: set (sys)
Function File: set (sys, "key", value, …)
Function File: retsys = set (sys, "key", value, …)

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