added simple matlab script for analyzing logfiles

Este commit está contenido en:
Johannes Reinhardt 2008-07-14 01:19:53 +02:00
padre 4409ebfd39
commit 41776798dc
Se han modificado 1 ficheros con 17 adiciones y 0 borrados

17
analyze.m Archivo normal
Ver fichero

@ -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)