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.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: United States.
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.