added simple matlab script for analyzing logfiles
This commit is contained in:
parent
4409ebfd39
commit
41776798dc
17
analyze.m
Normal file
17
analyze.m
Normal 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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user