Problem 42651. Vector creation
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
-
3 Comments
Eduardo Facusse
on 15 Dec 2020
Easy
Javid Moraveji
on 4 Jun 2022
Is this just about natural number? Otherwise the tests should include negative integer numbers.
Bertopedro
on 10 Nov 2023
why should use square brackets when colon just work
Solution Comments
Show commentsGroup
Basics on Vectors
- 11 Problems
- 7759 Finishers
- Find the sum of all the numbers of the input vector
- Select every other element of a vector
- Arrange Vector in descending order
- Inner product of two vectors
- Get the length of a given vector
- Find max
- Whether the input is vector?
- Flip the vector from right to left
- Create a vector
- Doubling elements in a vector
- Vector creation
Problem Recent Solvers9274
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!