tsout = detrend(tsin,method)
subtracts either a mean or a best-fit line from 2-D data in a
timeseries using the specified method, and
also removes all NaN values.
tsout = detrend(tsin,method,ind)
specifies the indices of the columns or rows to detrend. ind is a
vector of integers representing column indices for column-oriented data
(tsin.IsTimeFirst is true) and
representing row indices for row-oriented data (tsin.IsTimeFirst
is false).
Input timeseries containing 2-D data, specified as a
scalar.
Data Types: timeseries
Detrend method, specified as one of the following options:
'constant' — Subtract the mean from
the data.
'linear' — Subtract the best-fit
line from the data.
Row or column indices, specified as a positive integer numeric scalar or
vector. ind represents column indices for column-oriented
data (tsin.IsTimeFirst is true) and
represents row indices for row-oriented data
(tsin.IsTimeFirst is
false).
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Seleccione un país/idioma
Seleccione un país/idioma para obtener contenido traducido, si está disponible, y ver eventos y ofertas de productos y servicios locales. Según su ubicación geográfica, recomendamos que seleccione: .
También puede seleccionar uno de estos países/idiomas:
Cómo obtener el mejor rendimiento
Seleccione China (en idioma chino o inglés) para obtener el mejor rendimiento. Los sitios web de otros países no están optimizados para ser accedidos desde su ubicación geográfica.