Return a matrix of numbers of dimension K by N, where K = prod(v), and N=length(v). The rows count from a vector of ones up to v, where the nth element of a row can take on the values 1:v(n).
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers90
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15778 Solvers
-
How to find the position of an element in a vector without using the find function
2812 Solvers
-
Least common multiple of many numbers
255 Solvers
-
How many trades represent all the profit?
615 Solvers
-
Matrix with different incremental runs
579 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
the text does not specify the expected order of the rows
It would be helpful if the text gave an example. Also, the test suite should be much richer - only two special cases does not really encourage people to write general solutions.