M = load( '-ascii','filtre.txt'); x = M(:,1); y = M(:,2); plot(x,y,'linewidth',2)