Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Example Problem Statement. Make sure yoy use MatLab code and show all steps to recieve full credit. A fellow engineer has recorded raw stress -
Example Problem Statement. Make sure yoy use MatLab code and show all steps to recieve full credit.
A fellow engineer has recorded raw stressstrain data elongation vs force for several samples. Your role is to develop a MATLAB program to simplify the analysis of the many samples available and compare the results. He has provided you with samples of data. The samples include HIPS, Nylon ABS, and Polypropylene plastics. The samples were in the form of standard 'dog bone' formats with the following characteristics.
tableTable : Material DescriptionMaterialtableCrosssectional AreammDiameter mmtableGauge LengthmmHIPSNylonABSPolypropylene
The code must ask for the crosssectional area, diameter, and gauge length. ie The code must be interactive. When the code is ran, it should ask about the data pathfolderaddress it should say Is the crosssectional area circular? YN then be followed by several interactive questions. Expectations are to provide: Elongation Curves Position vs Load Stress Strain Curves Strain vs Stress Modulus of Elasticity, Ultimate Stress, and Fracture for each material. Plot elongation curves and Stress Strain curves on the same plot so they can be readily compared. Include legends. The MATLAB code should be able to be run for each dataset with output presented for easy understanding of the results in the Engineering Analysis Format. The code must have comments for every line explaining what is going on
tableTable : Data DescriptionParameter,UnitstableElongationDataLoad,NewtonsPosition,
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