view matlab/read_shift.m @ 70:2cb06db0d271

FINISHED!
author samer
date Sat, 17 Mar 2012 18:06:03 +0000
parents 6464cf684717
children
line wrap: on
line source
function X=read_shift(file)
	X=shift_beat(file{2},read(file{1}));
end