Functions - max , min
>> min(vec2)
ans   =
   -2
>> min(vec1)
ans   =
   -2
>> max(vec2)
ans   =
   4
>> max(vec1)
ans   =
   4