add couple and sensor but bug with sensor

This commit is contained in:
Adrien Jublan 2018-04-13 11:37:33 +02:00
parent b12c2550a0
commit 8e045ecef6
4 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,2 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info Type="StartUp" Visible="0" Icon="" File="Data.m" Name="Data" />

View File

@ -0,0 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info Type="StartUp" Visible="0" Icon="" File="Analyse.m" Name="Analyse">
<Extension Value="06ffb299-2f92-4b20-86ec-60a084a77ac3" Name="StartUpPrev" />
</Info>

View File

@ -6,3 +6,9 @@ title('Moving y')
xlabel('time (s)')
ylabel('distance (m)')
%% TILT stage
figure
plot(ry)
title('Rotation y')
xlabel('time (s)')
ylabel('distance (m)')

Binary file not shown.