Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

I need the matlab code for this the one that was given to me is not working prop

ID: 3889151 • Letter: I

Question

I need the matlab code for this the one that was given to me is not working properly and does not give me the correct figure Just like it was given to me.

All elements in the truss shown below have uniform cross-sectional area A, and elastic modulus E. The force F is applied at the node 3 as shown. Both displacement components are zero at nodes 1, 2, and 6. Node 2 Element 2 Element 1 Node 3 8m Element 6 Element 3 Node 4 Element 5 lement 9 Element 7 Element 4 Node 5 Node 6 Element 8 Node 1 4m 4m A is 0.01m2, the Young's modulus E is 80GPa, and F is 9000kN 43,535 17

Explanation / Answer

x = 0:2:6; y = 0:1:6; z = 0:3:6; [X,Y,Z] = meshgrid(x,y,z); F = X.^2 + Y.^2 + Z.^2; [X,Y,Z] = meshgrid(x); G = X.^2 + Y.^2 + Z.^2; gridsize = size(G) x = -2:0.25:2; y = x; [X,Y] = meshgrid(x) F = X.*exp(-X.^2-Y.^2); surf(X,Y,F)

Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote