Hello. welcome to Laplace Academy.
In this #short tutorial I'm going to teach you how to delete one or multiple elements of a vector.
You need to know the index of the element you wish to delete.
Suppose you want to delete the 5th element of you vector, V.
Just type:
V(5) = [ ]
Or suppose you want to delete the 3rd to 6th elements of your vector.
V(3:5) = [