Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
freefall figure
  • Loading branch information
Braisted committed Sep 14, 2017
1 parent 958419c commit 1e96b43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified Problem 3/figure01.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion Problem 3/freefall_comparison.m
@@ -1,4 +1,4 @@
figure
g=figure();
hold on
timespan=30;

Expand All @@ -14,3 +14,4 @@ ylabel('Velocity (meters/second)')
legend('v analytical(0.1)','v numerical(0.1)','v analytical(1)','v numerical(1)','v analytical(5)','v numerical(5)','Location','southeast')
title('Velocity Comparison by Varying Time Steps')

saveas(g,'figure01.png')

0 comments on commit 1e96b43

Please sign in to comment.