x is a vector of integers from n to 1, find the remnant of the division of each element by its indice:
for example for n=4, x would be [4 3 2 1], and the out put is [0 1 2 1]
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers51
Suggested Problems
-
Create a cell array out of a struct
2421 Solvers
-
Project Euler: Problem 1, Multiples of 3 and 5
3672 Solvers
-
17661 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
399 Solvers
-
2250 Solvers
More from this Author29
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!