Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The same concept can be used to output the bending stress sigma_x when ri= 1 cm. Try this command out.

fprintf('When ri = %3.2f cm, ',1e2*ri(6));
fprintf('sigma_x = %3.2f MPa\n',sigma_x(6));

Go to Step 6: Plot σx vs. ri, Take 4: Functions

...