tt = iddata2timetable(data)
creates the timetable object tt from
the iddata object data.
tt retains the signal names from data as
variable names. The software also converts other iddata properties, such as
sample time, into timetable properties. For more information, see
tt.
Load two iddata objects, each of which contain the input/output data for a single experiment.
load iddata1z1
load iddata3z3
Merge the objects into a single multiexperiment object.
z13 = merge(z1,z3)
z13 =
Time domain data set containing 2 experiments.
Experiment Samples Sample Time
Exp1 300 0.1
Exp2 300 1
Outputs Unit (if specified)
y1
Inputs Unit (if specified)
u1
Timetable that contains the measurement data from data,
returned as a timetable or, for multiexperiment data, a cell array of timetables. For
multiexperiment data, the ith timetable in the cell array corresponds
to the ith experiment in data.
In addition to the measurement data, the conversion process also extracts
data property information and uses it to update the following
equivalent timetable properties: VariableNames,
VariableUnits, TimeStep,
TimeUnit, and UserData.
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.