Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help with this matlab problem. The deflection of a structural beam of constant cross section subjected to a transverse loading is related to

I need help with this matlab problem.
The deflection of a structural beam of constant cross section subjected to a transverse loading is related to the internal bending moment (in-lb) as:
M=EId2vdx2
load.
measurements, v, in the second column. Use three different approaches to compute the second derivative of the data that you will need to compute a corresponding vector of values for M(x) :
the last two points.|
Use MATLAB's gradient function (second order centered difference formula) twice on the data. First to compute the first derivative and then again to compute the second derivative.
Use MATLAB's gradient function twice on interpolated data that you generate with a clamped spline with 0.5 inch increments in x. Set the derivative of the spline equal to 0 at both ends.
Your function should have the following three column vector outputs (in order):
The bending moment values M(x) calculated using 4 th order centered finite difference formulas.
The bending moment values M(x) calculated using the gradient function on the data.
The bending moment values M(x) calculated using the gradient function on the clamped spline interpolation of the data.
Note: The first three test cases check each of the three approaches respectively. Code to call your function (
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Development For Dummies

Authors: Allen G. Taylor

1st Edition

978-0764507526

More Books

Students also viewed these Databases questions