Problem 1548. Vector of numbers divisible by 3
- Input(n) - any integer
- Output(v) - vector with numbers divisible by 3(exept 0) starting from n to 0
Examples:
- n=6; v=[6 3]
- n=-16; v=[-15 -12 -9 -6 -3]
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers149
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2775 Solvers
-
Fahrenheit to Celsius converter
581 Solvers
-
690 Solvers
-
Find the index of n in magic(n)
263 Solvers
-
Test Problem; Create a 5x5 array containing all ones
395 Solvers
More from this Author9
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!