IRIS Toolbox Reference Manual

round

Round tseries values to specified number of decimals

Syntax

X = round(X)
X = round(X,Dec)
X = round(X,Dec,'significant')

Input arguments

Output arguments

Description

The number of decimals, to which the tseries data will be rounded, can be positive, zero, or negative.

Example