6 lines
62 B
Plaintext
6 lines
62 B
Plaintext
|
|
function DrawGap(plotGap)
|
||
|
|
x=find(plotGap);
|
||
|
|
ts=size(x,2);
|
||
|
|
|
||
|
|
|
||
|
|
end
|