clear all; data = load('delay_test2.dat'); figure; plot(data(:,1),(data(:,2)-data(:,3)).^2);