Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Include Page
SIMULATION: MATLAB Google Analytics
SIMULATION: MATLAB Google Analytics
Panel

Problem Specification
Step 1: Find Reactions RA, RB
Step 2: Calculate σx for ri = 1 cm
Step 3: Plot σx vs. ri
Step 4: Plot σx vs. ri: Take 2
Step 5: Plot σx vs. ri, Take 3: File Input/Output
Step 6: Plot σx vs. ri, Take 4: Functions
Tips

...

Include Page
SIMULATION: Intro Learning Module - Panel
SIMULATION: Intro Learning Module - Panel

Calculate σx for ri = 1 cm

Remember elementary statics? It gives the bending stress at point O as

...

Using my calculator, I get σx=-101.7 MPa. We'll check the MATLAB result against this value.

Calculate σx at point O

In your program, leave a blank line and start a new section for calculating σx at point O with an explanatory comment line. Then, create the parameters M, ro, and ri since these are needed to calculate σx.

...

This is close enough to my paper-and-pencil result of -101.7 MPa above. See my entire program here (right click and select save target as, or just left-click and copy-paste in the editor).

Go to Step 3: Plot σx vs. ri

Go to all MATLAB Learning Modules