mphinterpolationfile(filename,type,data) saves the NxM matrix
data into the text file
filename with the format
type. The interpolation coordinates are vectors with values from 1 to N and 1 to M.
mphinterpolationfile(filename,type,data,xdata) saves the vector
data and the interpolation coordinate
xdata into the text file
filename with the format
type.
mphinterpolationfile(filename,type,data,xdata,ydata) saves the matrix
data and the interpolation coordinate vectors
xdata and
ydata into the text file
filename with the format
type.