resize matrix with linear interpolation
newMatrix=ematrsli(matrix,newRows,newCols)
matrix :
old matrix
newRows :
number of rows of new matrix
newCols :
number of cols of new matrix
newMatrix :
interpolated matrix