data=dlmread('iozone-fastfs-read'); tri=delaunay(data(:,1), data(:,2)); dlmwrite('iozone-fastfs-read.out',tri-1,' '); disp(data)