Write a function IN MATLAB incrementatindex that takes in a vector and an index ind. The function should increase the value of the vector at that index by 1 and return the resulting vector.
> newv = incrementatindex ([4592030],3)
newv =
{:[4,5,10,20,30]