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