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
-
Sort a list of complex numbers based on far they are from the origin.
5810 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2052 Solvers
-
1461 Solvers
-
618 Solvers
-
634 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!