Question: Function Create a function named CalcDeflection that, using Eqs. 1 through 4, calculates the deflection of a simply supported beam for a single, point load.

Function Create a function named CalcDeflection that, using Eqs. 1 through 4, calculates the deflection of a simply supported beam for a single, point load. The inputs to this function will be a vector of positions along the beam (in meters) where the deflection will be calculated, the magnitude of the force on the beam [N], the location of the force on the beam [m], the elasticity of the beam, and the length, width and height of the beam [m]. This function will have a single output: a vector containing the beam deflection (in millimeters) at each corresponding point along the beam.

Step by Step Solution

3.44 Rating (160 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Heres an example of how you can create a function named CalcDeflection in MATLAB to calculate the de... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!