Function to backfill %nan values in data matrix
[data_filled]=backfill(data);
n x m matrix of numeric data, with matrix of column vectors, where %nan values of input matrix have been backfilled
n x m matrix of numeric data, with matrix of column vectors