From 4bcd4b4e233d1401f923807822597ea7e95d9007 Mon Sep 17 00:00:00 2001 From: mattmaliniak <31718098+mattmaliniak@users.noreply.github.com> Date: Thu, 14 Dec 2017 16:52:50 -0500 Subject: [PATCH] . --- Part G/part_g.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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