Filter löschen
Filter löschen

What's the difference between a TimeTable and a timeseries?

51 Ansichten (letzte 30 Tage)
Albert Passy
Albert Passy am 20 Nov. 2017
Kommentiert: Peter Perkins am 21 Nov. 2017
R2017a. Title says it.

Antworten (1)

Albert Passy
Albert Passy am 20 Nov. 2017
Bearbeitet: Albert Passy am 20 Nov. 2017
Ok - answered my own question. Timetables are a type of timeseries, but the data can be of hetrogeneous type. In a timeseries object, the data must be numeric.
  1 Kommentar
Peter Perkins
Peter Perkins am 21 Nov. 2017
Depending on what you mean, that may not be entirely correct. The terminology here is difficult with only one font to work in.
A timetable (the class) is not a timeseries (the class) in the "isa" sense of class hierarchies, although both types are intended for time series data. You are correct that a timeseries can contain only numeric data, and only one data array. A timetable can contain multiple variables (a.k.a. channels/signals/...) each of different types, and so is more like a tscollection ("time series collection") in that sense.
Also, the "arrayness" of a timeseries array ts is such that (since about R2010) ts(1) is one "time series", ts(2) is another, and so on. The "arrayness" of a timetable tt is such that tt is one "time series" and, for example, tt(rows,:) is a subset of that one "time series".
Really, a timetable is like a table whose rows are each tagged with a row time.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Time Series finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by