Versions Compared

Key

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

...

For more information on subplots,  you can refer yourself to the MATLAB documentation. 

Marking Max and Min Locations in Plots

...


Here is an example script that performs this task. Similarly, you can use the min function to find and mark the minimum value. 

Recording Max and Min Values in Plots

...

Here is our example script which also records the max value of Bending Moment. 

More tips...

  • You can have multiples outputs from a function. 
    • Example: 
  • Use cosd(theta) if theta is in degrees. 

...