projects
/
valse.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Après mon merge héroïque
[valse.git]
/
reports
/
bazar Emilie
/
scriptSimules.m
Commit
Line
Data
3f62d540
1
for i = 1:100
2
courbeX(i,:) = data(((i-1)*96+1):((i-1)*96+48));
3
courbeY(i,:) = data(((i-1)*96+49):((i-1)*96+96));
4
end
5
plot((courbeX)')
6
figure(2)
7
plot((courbeY)')
8
9
X2 = (courbeX)'