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 Solvers54
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2822 Solvers
-
Reverse the elements of an array
1145 Solvers
-
443 Solvers
-
Try 1.5.4: Celsius to Fahrenheit
873 Solvers
-
The sum of the numbers in the vector
649 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!