Write a MATLAB program that can add any number of
two-dimensional vectors.
The program should ask how many vectors will be added, it should
have a response to
an invalid number of vectors (less than 2). It should then get
each vector from the user,
add the vectors and then display the results.
You should get something like this:
The vector is 4 i + 6 j