Skip to content

Commit bbedfc8

Browse files
authored
Update fkine.m
Fixes petercorke#123
1 parent bd7a9d7 commit bbedfc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/fkine.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@
7474
xlabel('Time (s)');
7575
ylabel('X (m)')
7676
subplot(3,1,2)
77-
plot(t, p(:,1))
77+
plot(t, p(:,2))
7878
xlabel('Time (s)');
7979
ylabel('Y (m)')
8080
subplot(3,1,3)
81-
plot(t, p(:,1))
81+
plot(t, p(:,3))
8282
xlabel('Time (s)');
8383
ylabel('Z (m)')
8484

0 commit comments

Comments
 (0)