resize matrix with nearest neighbor interpolation
newMatrix=ematrsnn(matrix,newRows,newCols)
matrix :
old matrix
newRows :
number of rows of new matrix
newCols :
number of cols of new matrix
newMatrix :
interpolated matrix