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
Solution Comments
Show comments
Loading...
Problem Recent Solvers53
Suggested Problems
-
Find the longest sequence of 1's in a binary sequence.
6693 Solvers
-
10765 Solvers
-
Generate a random matrix A of (1,-1)
403 Solvers
-
convert matrix to single column
435 Solvers
-
Determine if input is divisible by three.
241 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!
good one