| Contents | Index |
Subset of time series samples using subscripted index array
ts1 = getsamples(ts, i)
ts1 = getsamples(ts, i) returns a new timeseries object by extracting samples from timeseries ts corresponding to the time or times indicated by the subscripted index array, i.
ts |
The timeseries object from which you want to exact samples. |
i |
A subscripted index array that specifies the time value or values for which you want to extract the corresponding samples. |
ts1 |
The timeseries object that results from extracting the samples corresponding to the time value or values ts.time(i) . |
After creating a timeseries object, ts, extract the data samples at times 2 and 3 into a new timeseries object, ts1:
ts = timeseries(rand(5,1),[1 2 3 4 5]); ts1 = getdatasamples(ts, ts.time([2 3]))
getdatasamples | resample | timeseries

Explore how to use MATLAB to make advancements in engineering and science.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |