diff --git a/Problem 3/figure01.png b/Problem 3/figure01.png index dd45b83..9849545 100644 Binary files a/Problem 3/figure01.png and b/Problem 3/figure01.png differ diff --git a/Problem 3/freefall_comparison.m b/Problem 3/freefall_comparison.m index 93de215..3ce4e46 100644 --- a/Problem 3/freefall_comparison.m +++ b/Problem 3/freefall_comparison.m @@ -1,4 +1,4 @@ -figure +g=figure(); hold on timespan=30; @@ -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')