Vectors (8 pts):

hubba = [2 4 6 8 10 12]
bubba = hubba([1 3 5 2 3 6])
bubba(4) = 0
bubba([end end-2]) = bubba([3 6])

What does bubba look like?