ematrsli

resize matrix with linear interpolation

Synopsis

newMatrix=ematrsli(matrix,newRows,newCols)

Parameter(s)

matrix :

old matrix

newRows :

number of rows of new matrix

newCols :

number of cols of new matrix

newMatrix :

interpolated matrix

Close