Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use Matlab please!!! It is well known that the yield strength of metals is dependent on the size of the poly-crystals that make up the

Use Matlab please!!!

image text in transcribed

It is well known that the yield strength of metals is dependent on the size of the poly-crystals that make up the microstructure. The yield strength, sigma, can be related to the average grain diameter by the Hall-Petch equation: sigma = sigma_0 + Kd^-1/2 where sigma_0 and K are material-specific constants and d is the average grain size. Create a function called HallPetch. The function should take 3 scalar inputs (sigma_0, K, d) which it then uses to calculate the yield strength. Make a table of yield strengths for grain sizes going from 0.1 to 10 mm in 0.1 mm increments. Your function should not take a vector input. Use a loop to call the function multiple times. Take sigma_0 = 12,000psi and K = 9600psi squareroot mm. The table should have the following form: Your answer below should first include a cut-and-paste of the "published" function file and then the cut-and-paste of the "published" main file and its output

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

Database Administrator Limited Edition

Authors: Martif Way

1st Edition

B0CGG89N8Z

More Books

Students also viewed these Databases questions

Question

Define and measure service productivity.

Answered: 1 week ago