Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
.
  • Loading branch information
mattmaliniak committed Dec 14, 2017
1 parent 06cefce commit 4bcd4b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Part G/part_g.m
Expand Up @@ -16,5 +16,5 @@ a = Z\y;
x_fcn = linspace(min(x),max(x));
plot(x,y,'o',x_fcn,a.*x_fcn.^3)
title('Pressure vs. Maximum Deflection')
xlabel('Max w')
ylabel('Pressure vs.. Max Deflection')
xlabel('Maximum Deflection (um)')
ylabel('Pressure (MPa)')

0 comments on commit 4bcd4b4

Please sign in to comment.