Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
.
  • Loading branch information
ltd13002 committed Dec 14, 2017
1 parent 6f5c7d3 commit 9675c3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
20 changes: 0 additions & 20 deletions Part G/part_g.asv

This file was deleted.

5 changes: 4 additions & 1 deletion Part G/part_g.m
Expand Up @@ -14,4 +14,7 @@ y = P';
Z = [x.^3]';
a = Z\y;
x_fcn = linspace(min(x),max(x));
plot(x,y,'o',x_fcn,a.*x_fcn)
plot(x,y,'o',x_fcn,a.*x_fcn)
title('Pressure vs. Maximum Deflection')
xlabel('Max w')
ylabel('Pressure vs.. Max Deflection')

0 comments on commit 9675c3d

Please sign in to comment.