clear all
close all

load = textread('8.001.txt','%f','commentstyle','shell');
%counts = [counts ; textread('2.002.txt')];
%counts = [counts ; textread('3.002.txt')];

time = .25:.25:length(load)/4;
load = (load-0.004)*(10000/0.016);

figure
plot(time(12000:12100),load(12000:);
foo = axis;
axis(foo);
xlabel('seconds');
ylabel