Create a vector using square brackets going from 1 to the given value x in steps on 1.
Hint: use increment.
Solution Stats
Problem Comments
4 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers11165
Suggested Problems
-
Return the largest number that is adjacent to a zero
5525 Solvers
-
Maximum running product for a string of numbers
2257 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2050 Solvers
-
8143 Solvers
-
504 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Easy
Is this just about natural number? Otherwise the tests should include negative integer numbers.
why should use square brackets when colon just work
Easy to solve