This website works better with JavaScript.
Home
Help
Sign In
icfp
/
icfp11
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
added simple matlab script for analyzing logfiles
master
Johannes Reinhardt
12 years ago
parent
4409ebfd39
commit
41776798dc
1 changed files
with
17 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+17
-0
analyze.m
+ 17
- 0
analyze.m
View File
@ -0,0 +1,17 @@
clear
all
;
close
all
;
v
=
[
]
;
velocity0
;
vr
=
v
;
v
=
[
]
;
simulation0
;
vs
=
v
;
clear
v
;
plot
(
vs
(
:
,
1
)
,
vs
(
:
,
4
)
,
vr
(
:
,
1
)
,
vr
(
:
,
4
)
)
;
figure
(
2
)
Write
Preview
Loading…
Cancel
Save