Problem 45440. Create a vector of the first n odd numbers (★)
If n = 10, your program should return a vector y, where y = [1 3 5 7 9 11 13 15 17 19].
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers132
Suggested Problems
-
105711 Solvers
-
Sum all integers from 1 to 2^n
16117 Solvers
-
The Answer to Life, the Universe, and Everything
545 Solvers
-
Sum of first n positive integers
595 Solvers
-
Swap the first and last columns (★★)
116 Solvers
More from this Author52
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!