Problem 3076. Create a vector
Create a vector from 0 to n by intervals of 2.
Solution Stats
Problem Comments
-
6 Comments
Show
3 older comments
Nicolas Douillet
on 30 Nov 2022
Tests are a lot of laugh...
Robert Wagner
on 28 Sep 2023
" n = 10;
y_correct = (0:2:n);
assert(isequal(zeroToNby2(n),y_correct)) "
bin ich verrückt oder sind's die anderen?
Aman Yadav
on 5 Mar 2024
gg ezz
Solution Comments
Show commentsProblem Recent Solvers10019
Suggested Problems
-
Remove all the words that end with "ain"
2396 Solvers
-
Remove the small words from a list of words.
1526 Solvers
-
Back to basics 11 - Max Integer
791 Solvers
-
Back to basics 21 - Matrix replicating
1624 Solvers
-
Double all elements in the array
1711 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!