Skip to content

Commit

Permalink
Update fkine.m
Browse files Browse the repository at this point in the history
  • Loading branch information
gelanchez authored Jan 1, 2023
1 parent bd7a9d7 commit bbedfc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/fkine.m
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@
xlabel('Time (s)');
ylabel('X (m)')
subplot(3,1,2)
plot(t, p(:,1))
plot(t, p(:,2))
xlabel('Time (s)');
ylabel('Y (m)')
subplot(3,1,3)
plot(t, p(:,1))
plot(t, p(:,3))
xlabel('Time (s)');
ylabel('Z (m)')

Expand Down

0 comments on commit bbedfc8

Please sign in to comment.