Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
made part B look better
  • Loading branch information
nin13001 committed Dec 15, 2017
1 parent 2a34df5 commit 3331f14
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -23,7 +23,8 @@ grid on
xlabel('X (\muM)')
ylabel('Y (\muM)')
zlabel('Displacement (\muM)')
colormap jet
shading interp
disp(w)
end
Expand All @@ -34,5 +35,4 @@ end
```
membrane_solution3(0.006,0.001)
```

![](assets/README-3832bd0e.png)
![](assets/README-20ed9cd0.png)
Binary file added assets/PartBpretty.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/README-20ed9cd0.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/README-3832bd0e.png
Binary file not shown.
Binary file removed figureB.png
Binary file not shown.
3 changes: 2 additions & 1 deletion membrane_solution3.m
Expand Up @@ -18,7 +18,8 @@ grid on
xlabel('X (\muM)')
ylabel('Y (\muM)')
zlabel('Displacement (\muM)')

colormap jet
shading interp
disp(w)

end

0 comments on commit 3331f14

Please sign in to comment.