Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Analysis of stress - strain data Tensile testing allows engineers to determine fundamental properties of a material. In this problem, you will compute some of
Analysis of stressstrain data
Tensile testing allows engineers to determine fundamental properties of a material. In this problem, you will compute some of these properties using actual data
collected from an unspecified steel specimen. The data are provided in the file TensileTestDataSI.xlsx which has already been added to the same folder as your
script. The first column contains displacement, in The second column contains the corresponding tensile force, in A plot of the raw data and preview of the
first few rows of the table are shown below.
Specimen parameters were:
Your script should load the data into MATLAB and complete the following tasks:
Calculate the cross sectional area of the specimen in meters Assign the value to a variable named area.
Compute the Modulus of Elasticity in Pascal. Assign the value to a variable named
Determine the Yield Strength in Pascal of the sample using an offset of Assign the value to a variable named yield.
Find the Ultimate Tensile Strength in Pascal. Assign the value to a variable named ultimate.
Find the Fracture Strength in Pascal. Assign the value to a variable named fracture.
You may neglect the effect of strain rate, and can assume a constant crosssectional area.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started