add sensor and force in Nass
This commit is contained in:
parent
e6155252d2
commit
4d2f1dad8a
14
Analyse.m
14
Analyse.m
@ -32,4 +32,18 @@ plot(D6)
|
|||||||
title('Displacement of Hexapod leg')
|
title('Displacement of Hexapod leg')
|
||||||
xlabel('time (s)')
|
xlabel('time (s)')
|
||||||
ylabel('distance (m)')
|
ylabel('distance (m)')
|
||||||
|
hold off
|
||||||
|
|
||||||
|
%% Nas
|
||||||
|
figure
|
||||||
|
hold on
|
||||||
|
plot(d1)
|
||||||
|
plot(d2)
|
||||||
|
plot(d3)
|
||||||
|
plot(d4)
|
||||||
|
plot(d5)
|
||||||
|
plot(d6)
|
||||||
|
title('Displacement of Nass leg')
|
||||||
|
xlabel('time (s)')
|
||||||
|
ylabel('distance (m)')
|
||||||
hold off
|
hold off
|
BIN
Assemblage.slx
BIN
Assemblage.slx
Binary file not shown.
Loading…
Reference in New Issue
Block a user