Hello!
Ihave this vector:
V = [1 2 3 4 5 6 7 8 9]'
i need just to used
V1 = [ 4 5 6 7 ]
what can i do
please help me. Thanks in advence
No products are associated with this question.
V1 = V(4 + (0:3));
Direct link to this comment:
http://mathworks.com/matlabcentral/answers/42209#comment_86512
v(4:7)
Direct link to this answer:
http://mathworks.com/matlabcentral/answers/42209#answer_51965
Contact us
0 Comments