Answered step by step
Verified Expert Solution
Question
1 Approved Answer
16. The maximum stress max at the edge of a hole (diameter d in a thin plate, F with width w and thickness t, loaded
16. The maximum stress max at the edge of a hole (diameter d in a thin plate, F with width w and thickness t, loaded by a tensile force F as shown is given by: -and 3-3.14(d/w)+3.667(d / w)2 _ 1.527(d / w)3 Write a program in a script file that calculates max. The program should read the values of F w, d, and t from an ASCII text file using the load com- mand. The output should be in the form of a paragraph combining text and numbers-ie., something like: "The maximum stress in a plate with a width of XX in. and thickness of XX in. and a hole of XX in. in diameter, due to a tensile force of XXX lb is XXXX psi, where XX stands for numerical val ues." The stress should be rounded to the nearest integer. Use the program to calculate max when w=2.5in., d=1375 in., 1#0. 1875 in., and F = 8000 lb. 2. The altitude, h, as a function of air pressure can be calculated by: h 145366451-P_190289 where h is in units of feet and the pressure p in units of millibars (mb). Write a MATLAB program in a script file that calculates the h for a given p. For input the program asks the user to enter the pressure in units of millibars. The program then calculates the altitude rounded to the nearest integer. For output the program displays the message: The altitude is: XX ft." where XX is the calculated value of h. Determine the altitude if the pressure is 394 013.25 MATHLAB
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