Which command will create a 10-element vector v with values from 1 to 10?
v = {1:10}
v = [1-10]
v = 1:10
v = (10)