Write a function reqZ that accepts two or three inputs. The function should use the equation below to determine the required plastic section modulus Z for a uniformly loaded beam based on the input...


in Matlab


Write a function reqZ that accepts two or three inputs. The function should use the equation below to determine the required plastic section modulus Z for a uniformly<br>loaded beam based on the input variables and return that value as the output.<br>Z = 1.67 * w * L^2 / (8 * oy)<br>The inputs to the function will be<br>1. w - total uniform load<br>2. L - beam length<br>3. oy - yield strength<br>if<br>Oy<br>is not provided as an input to the function, use the default value of oy=50e3<br>

Extracted text: Write a function reqZ that accepts two or three inputs. The function should use the equation below to determine the required plastic section modulus Z for a uniformly loaded beam based on the input variables and return that value as the output. Z = 1.67 * w * L^2 / (8 * oy) The inputs to the function will be 1. w - total uniform load 2. L - beam length 3. oy - yield strength if Oy is not provided as an input to the function, use the default value of oy=50e3

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here