| Contents | Index |
Returns subset of time series samples using subscripted index array
datasamples = getdatasamples(ts, i)
datasamples = getdatasamples(ts, i) returns an array corresponding to the samples indicated by the array, i.
datasamples |
The array that results from extracting the samples corresponding to the time value or values, ts.time(i). |
After creating a timeseries object, ts, extract the second and third data samples into an array:
ts = timeseries(rand(5,1),[1 2 3 4 5]); samples = getdatasamples(ts, [2 3])
getsamples | resample | timeseries
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |