Skip to content

Commit 33db1eb

Browse files
committed
small change in simulation
1 parent b3d6e91 commit 33db1eb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drawpendulum.m

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ function drawpendulum(t,x, m1, m2,g,l)
5757
drawnow();
5858
pause(0.1)
5959

60-
% strop the animation when q is pressed
61-
if k==length(t)
62-
stop
63-
end
6460

6561
% meassure the time and create a fixed time loop
6662
% t2=toc;

0 commit comments

Comments
 (0)