Function File: set (dat)
Function File: set (dat, 'key', value, …)
Function File: dat = set (dat, 'key', value, …)

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

Package: control