Files
pes2014/DrawGap.m
2012-05-22 11:33:21 +08:00

6 lines
87 B
Matlab

function DrawGap(plotGap)
x=find(plotGap);
ts=size(x,2);
plot(1:ts,plotGap(1:ts));
end