Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Continue Write a script or function ( your choice ) to complete the following tasks: a . Define a vector of distances along the beam
Continue
Write a script or function your choice to complete the following tasks:
a Define a vector of distances along the beam in feet. The distances should be between and feet. You can choose the number of values as long as the curves are smooth.
b Define variables for all parameters defined above.
c For ALL loading conditions, calculate the reaction load at Point
d For EACH loading condition AND EACH value of the shear force and bending moment given the information above. and should be matrices with values for each loading condition at each distance along the beam.
e Create a figure with two subplots you choose the subplot orientation to show the results. In subplot plot the distance on the xaxis and the shear force for EACH loading condition on the axis. In subplot plot the distance on the xaxis and the bending moment for EACH loading condition on the axis.
For each subplot,
You should plot EACH curve using a different LineSpecline style, marker style, line color andor line width combination that you choose EXCEPT for the blue solid line. Points WILL be deducted if you only use the blue solid line or if you use the same LineSpec options for all curves.
Create and labels.
Create a title.
Create a legend.
You do not have to specify and axes limits but you can
Note: You must perform all formatting tasks using MATLAB commands in your code. You will not get credit if you modify your figure after running the code.
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