Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update membrane_solution.m
  • Loading branch information
ltd13002 committed Dec 15, 2017
1 parent c2aaea1 commit b6447ba
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Part C/membrane_solution.m
Expand Up @@ -22,7 +22,9 @@ w = k\y;
z = zeros(size(x));
z(2:end-1,2:end-1) = reshape(w,[n n]);
surf(x,y,z)
title('Membrane Displacement')
zlabel('Displacement (micrometer)')
title('Membrane Displacement (3 x 3)')
zlabel('Z Position (micron)')
ylabel('Y Position (micron)')
xlabel('X Position (micron)')
% Membrane displacement is shown on chart
end
end

0 comments on commit b6447ba

Please sign in to comment.