diff --git a/README.md b/README.md index aaad060..d8cc217 100644 --- a/README.md +++ b/README.md @@ -176,26 +176,4 @@ end # Part G -```matlab -P = linspace(.001,.01,10); -n = 20; -T = zeros(1,length(P)); -wmax = zeros(1,length(P)); -for i = 1:length(P) - T(i) = tension_sol(P(i),n); - w = membrane_solution(T(i),P(i),n); - wmax(i) = max(w); -end -clf -setDefaults -x = wmax; -y = P'; -Z = [x.^3]'; -a = Z\y; -x_fcn = linspace(min(x),max(x)); -plot(x,y,'o',x_fcn,a.*x_fcn) -title('Pressure vs. Maximum Deflection') -xlabel('Max w') -ylabel('Pressure vs.. Max Deflection') -``` -![]( +