<< dfview_all CHE3007S find_indices >>

CHE3007S >> CHE3007S > downsample

downsample

Short description on the first line following the function header.

Syntax

[dsdata, dsdates] = downsample(data,YMDHms, frequency, method)

Parameters

dsdata:

n x m matrix of values, downsampled data

dsdatetime:

n x 1 vector of values, downsampled

data:

the z parameter // separated by ":".

datetime:

N x 1 vector of strings, date and time data

separators:

row vector of strings, separators required for splitting datetime

frequency:

string value, downsampling frequency. Options are minutely, hourly, daily, monthly, annually. Or supply frequency as a vector of values in the format [Years Months Days Hours Minutes Seconds].

method:

string variable, mean or median


Report an issue
<< dfview_all CHE3007S find_indices >>