projects
/
valse.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Adjustments for CRAN upload
[valse.git]
/
reports
/
bazar_Emilie
/
scriptSimules.m
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
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)'