Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

MATLAB GRADER FORMAT Plane stress transformation: Given randomly generated values of ox, Oy, Txy and @, calculate the normal stress (on) and shear stress (Tn)

image text in transcribedMATLAB GRADER FORMAT

Plane stress transformation: Given randomly generated values of ox, Oy, Txy and @, calculate the normal stress (on) and shear stress (Tn) on an inclined plane from the following equations: ___0,+ Oy, 0 * -0 cola cos(20) + Tyysin (20) 2 sin(26) + Trycos(20) Store the results in variables called sigma_n and tau_nt. NOTE: O is in DEGREES. Script C Reset MATLAB Documentation 1 %Do not modify these lines: 2 %************************** 3 sigma_x = rand()*(-115); 4 sigma_y = rand()*80; 5 theta = rand()*90; tau_xy = 75*rand(); 7 %************************** %Enter the expressions for sigma_n and tau_nt on the right-hand side in place of the Os Plane stress transformation: Given randomly generated values of ox, Oy, Txy and @, calculate the normal stress (on) and shear stress (Tn) on an inclined plane from the following equations: ___0,+ Oy, 0 * -0 cola cos(20) + Tyysin (20) 2 sin(26) + Trycos(20) Store the results in variables called sigma_n and tau_nt. NOTE: O is in DEGREES. Script C Reset MATLAB Documentation 1 %Do not modify these lines: 2 %************************** 3 sigma_x = rand()*(-115); 4 sigma_y = rand()*80; 5 theta = rand()*90; tau_xy = 75*rand(); 7 %************************** %Enter the expressions for sigma_n and tau_nt on the right-hand side in place of the Os

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Probabilistic Databases

Authors: Dan Suciu, Dan Olteanu, Christopher Re, Christoph Koch

1st Edition

3031007514, 978-3031007514

More Books

Students also viewed these Databases questions

Question

What is the managerial capacity problem?

Answered: 1 week ago

Question

find all matrices A (a) A = 13 (b) A + A = 213

Answered: 1 week ago

Question

LO1 Discuss four different views of motivation at work.

Answered: 1 week ago

Question

LO6 Summarize various ways to manage retention.

Answered: 1 week ago

Question

LO3 Define the difference between job satisfaction and engagement.

Answered: 1 week ago