Problem 45235. generate the matrix
given 3 inputs e.g [2,3,4] -- generate a matrix like below -- [2 2 0 0 0 0 0 0 0; 2 2 0 0 0 0 0 0 0; 0 0 3 3 3 0 0 0 0; 0 0 3 3 3 0 0 0 0; 0 0 3 3 3 0 0 0 0; 0 0 0 0 0 4 4 4 4; 0 0 0 0 0 4 4 4 4; 0 0 0 0 0 4 4 4 4; 0 0 0 0 0 4 4 4 4]
check the test suites to be clear.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers31
Suggested Problems
-
4559 Solvers
-
Return a list sorted by number of occurrences
2821 Solvers
-
1124 Solvers
-
Rotate input square matrix 90 degrees CCW without rot90
637 Solvers
-
415 Solvers
More from this Author165
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!