diff --git a/Part G/part_g.m b/Part G/part_g.m index d9f673b..6505df9 100644 --- a/Part G/part_g.m +++ b/Part G/part_g.m @@ -16,5 +16,5 @@ 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') \ No newline at end of file +xlabel('Maximum Deflection (um)') +ylabel('Pressure (MPa)') \ No newline at end of file