This website requires JavaScript.
Explore
Help
Sign In
facat
/
pes2014
Watch
1
Star
0
Fork
You've already forked pes2014
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
bfd2cd8240
pes2014
/
DrawGap.m
6 lines
87 B
Matlab
Raw
Blame
History
function
DrawGap
(
plotGap
)
x
=
find
(
plotGap
)
;
ts
=
size
(
x
,
2
)
;
plot
(
1
:
ts
,
plotGap
(
1
:
ts
)
)
;
end
Reference in New Issue
View Git Blame
Copy Permalink