
- •Interpolation: a tsdata.Interpolation object defining
- •Increment: interval between two subsequent time values
- •IsTimeFirst: True (default) when the first dimension of the data array is
- •Indicates additional field-value pairs using the following fields:
- •Vector.
- •Interpolation methods are 'linear' and 'zoh'.
- •Values.
- •Values assigned to a time series object
- •Is false. Index is specified as an integer array.
- •Is a valid datestr format, the output strings from getAbsTime have the same format.
- •Time Series events
- •View the properties (EventData, Name, Time, Units, StartDate) of the
- •Overloaded arithmetic operations
- •Overloaded statistical functions
- •Time Series collection general
- •Time Series collection manipulations
- •In string name, from the tscollection tsc.
- •Values.
- •Vertcat Overloaded vertical concatenation for tscollection object
- •Is a valid datestr format, the output strings from getAbsTime have the same format.
Interpolation methods are 'linear' and 'zoh'.
TS = RESAMPLE(TS,TIMEVEC,INTERP_METHOD,CODE) resamples time series TS using the interpolation method given by the string INTERP_METHOD. The integer CODE is a user-defined quality code for resampling and it will
be applied to all the samples.
See also timeseries/synchronize, timeseries/timeseries
Reference page in Help browser
doc timeseries/resample
<timeseries/vertcat> - Vertical concatenation of time series objects.
timeseries/vertcat not found.
Use the Help browser search field to search the documentation, or
type "help help" for help command options, such as help for methods.
<timeseries/getsampleusingtime> - Extract data in the specified time range to a new object.
GETSAMPLEUSINGTIME Extract samples from a time series object between a
specified start and end time values into a new time series object
TS2 = GETSAMPLEUSINGTIME(TS1,TIME) returns a new time series TS2 with a single sample corresponding to time TIME in TS1
TS2 = GETSAMPLEUSINGTIME(TS1,START,END) returns a new time series TS2 with samples between the times START and END in TS1
TS2 = GETSAMPLEUSINGTIME(TS1,TIME,'ALLOWDUPLICATETIMES',VALUE)
You can explicitly allow the single time case to return multiple samples
when it coincides with a duplicate time value by adding the Property-Value
pair: 'allowduplicatetimes',VALUE where VALUE is either true or false.
Note: (1) When the time vector in TS1 is numeric, START and END must be
numeric. (2) When the times in TS1 are date strings, but the START
and END values are numeric, START and END values are treated as DATENUM
Values.
Reference page in Help browser
doc timeseries/getsampleusingtime
<timeseries/ctranspose> - Transpose of time series data.
TRANSPOSETIMEDIM Return a new time series object in which the isTimeFirst value is changed from TS and the data is permuted accordingly.
Copyright 2005-2010 The MathWorks, Inc.
Reference page in Help browser
doc timeseries/ctranspose
<timeseries/isempty> - True for empty time series object.
timeseries/isempty not found.
Use the Help browser search field to search the documentation, or
type "help help" for help command options, such as help for methods.
<timeseries/Length> - Length of the time vector.
No help found for timeseries/Length.
<timeseries/size> - Size of the time series object.
timeseries/size not found.
Use the Help browser search field to search the documentation, or
type "help help" for help command options, such as help for methods.
<timeseries/fieldnames> - Cell array of time series property names.
timeseries/fieldnames not found.
Use the Help browser search field to search the documentation, or
type "help help" for help command options, such as help for methods.
<timeseries/getdatasamplesize> - Size of time series data.
GETDATASAMPLESIZE Return the size of each data sample for a time series object
Example:
Create a time series object:
ts=timeseries(rand(5,1))
Get the data sample size for this object:
getdatasamplesize(ts)
Copyright 2005-2010 The MathWorks, Inc.
Reference page in Help browser
doc timeseries/getdatasamplesize
<timeseries/getqualitydesc> - Quality description of the time series data.
GETQUALITYDESC Return data quality descriptions based on the Quality