Problem 42463. Calculate trends in time series
Create a new variable that has trends in input series. If t+1 is bigger than or equal to t, than trend in t will be 1, otherwise 0. The end value of trend will always be zero
x = [2; 3; 0; 1; 2; 2; 1; 5; 6; 3];
y = [1; 0; 1; 1; 1; 0; 1; 1; 0; 0];
Solution Stats
Problem Comments
-
1 Comment
Pramit Biswas
on 27 Jul 2015
good one
Solution Comments
Show commentsProblem Recent Solvers49
Suggested Problems
-
6883 Solvers
-
1894 Solvers
-
Given a window, how many subsets of a vector sum positive
859 Solvers
-
380 Solvers
-
Create an array (n,n) where only diagonal elements are '1' and others are '0'
84 Solvers
More from this Author92
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!