interpolat.m | Back to Contents | << Prev | Next >> |
P = interpolat(M) interpolates the matrix M, i.e. replaces the 0
elements of the matrix by the average of their 4 closest nonzero
neighbours.
P = interpolat(M,'fill') re-iterates the interpolation until no zero
elements remain.
F. Moisy
Revision: 1.20, Date: 2005/10/14
Previous: histvec_disp | Next: loadarrayvec |