Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save artillect/bd0d97361d758e51b1c10077edb6596f to your computer and use it in GitHub Desktop.
Save artillect/bd0d97361d758e51b1c10077edb6596f to your computer and use it in GitHub Desktop.
clf
simulation = molecularDynamics(36, 6, 0.01, 0.2);
for i = 1:5000
simulation.draw();
simulation.step();
pause(0.01);
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment