You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 21 Next »

Unknown macro: {alias}

Author: Rajesh Bhaskaran, Cornell University

Problem Specification
[Step 1: Find Reactions R{~}A~, R{~}B~]
[Step 2: Calculate _σ{_}{_}{~}x{~}_ for _r{_}{_}{~}i{~}_ = 1 cm]
[Step 3: Plot _σ{_}{_}{~}x{~}_ vs. _r{_}{_}{~}i{~}_]
[Step 4: Plot _σ{_}{_}{~}x{~}_ vs. _r{_}{_}{~}i{~}_: Take 2]
[Step 5: Plot _σ{_}{_}{~}x{~}_ vs. _r{_}{_}{~}i{~}_, Take 3: File Input/Output]
[Step 6: Plot _σ{_}{_}{~}x{~}_ vs. _r{_}{_}{~}i{~}_, Take 4: Functions]
[Tips]

Problem Specification

Consider the beam shown in the figure below. Using MATLAB,

a) Find the reactions RA, RB
b) Find the bending stress σx at point O
c) Plot the variation of σx at point O as the inner radius of the tube is varied in the range 0.5 cm < ri < 1.5 cm

This tutorial uses MATLAB version R2013a.

Solution Steps

The MATLAB solution is divided into the following steps:

  • Step 1: Find Reactions RA, RB
  • Step 2: Find σ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
  • Step 6: Plot σx vs. ri: Take 4

Conventions Used

In this tutorial, items and options appearing within the MATLAB graphical user interface are denoted in purple, italic, and bold.

Text and numbers that need to be entered are indicated in monospace font.

Let's dive into [step 1] without further ado.

[Go to Step 1: Find Reactions R{~}A~, R{~}B~]

Go to all MATLAB Learning Modules

  • No labels