Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update membrane_solution.asv
  • Loading branch information
ltd13002 committed Dec 15, 2017
1 parent 45dedf0 commit 6d926f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Part C/membrane_solution.asv
Expand Up @@ -21,7 +21,7 @@ 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 (3 x 3)')
title('Membrane Displacement (10 x 10)')
zlabel('Z Position (micron)')
ylabel('Y Position (micron)')
xlabel('X Position (micron)')
Expand Down

0 comments on commit 6d926f0

Please sign in to comment.