Problem 1077. Count up then down
Create a function that produces counting up from 0 up to n then down to 0
n=2 --> 0 1 2 1 0
n=3 --> 0 1 2 3 2 1 0
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers387
Suggested Problems
-
Find the longest sequence of 1's in a binary sequence.
6518 Solvers
-
Return the largest number that is adjacent to a zero
5447 Solvers
-
Extract leading non-zero digit
2192 Solvers
-
Read a column of numbers and interpolate missing data
2332 Solvers
-
Reverse the elements of an array
1075 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!