Main Content
min
Minimum of timeseries
data
Description
tsmin = min(
specifies additional options when computing the minimum using one or more name-value
pair arguments. For example, ts
,Name,Value
)tsmin =
min(
defines -99 as the missing sample quality code, and removes the missing samples
before computing the minimum.ts
,'Quality',-99,'MissingData','remove')
Examples
Input Arguments
Version History
Introduced before R2006a
See Also
max
| mean
| timeseries