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 Solvers133
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2806 Solvers
-
Find the largest value in the 3D matrix
1649 Solvers
-
Return unique values without sorting
994 Solvers
-
364 Solvers
-
7428 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!