Given a vector v=[1 3 6 9 11], turn it into a matrix 'ramp' like so:
m=[1 3 6 9 11; 0 1 3 6 9; 0 0 1 3 6; 0 0 0 1 3; 0 0 0 0 1]
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers65
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2819 Solvers
-
Create matrix of replicated elements
399 Solvers
-
Append two matrix as shown below example
237 Solvers
-
Union of two set decreasing order
131 Solvers
-
209 Solvers
More from this Author43
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!