Versions Compared

Key

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

...

Include Page

Author: Rajesh Bhaskaran, Cornell University

...

SIMULATION: Intro Learning Module - Panel
SIMULATION: Intro Learning Module - Panel

Plot σx vs. ri (Take 4: Functions)

Let's create a function to calculate the bending stress that outputs σx given (M, ri, ro ). Functions are really useful to break down your code into modules and also reuse parts of your code.

...