Shear Force Bending Moment
Editor's Note: This file was selected as MATLAB Central Pick of the Week
Cite As
Lateef Adewale Kareem (2024). Shear Force Bending Moment (https://www.mathworks.com/matlabcentral/fileexchange/51047-shear-force-bending-moment), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Acknowledgements
Inspired: Shear, moment, and hinge for Statically Determinate Beams
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Shear-Force-Bending-Moment
Shear-Force-Bending-Moment
Version | Published | Release Notes | |
---|---|---|---|
5.52 | Update length and force units dynamically |
|
|
5.51 | Update unit of length dynamically |
|
|
5.5 | Get maximum shear force and bending moment and where they occured. |
|
|
5.4 | now you can get the maximum shear force and its location. the same applies for bending moment. [maxshearforce, loc_maxsf] = prob.GetMaxShearForce();
|
|
|
5.3.5 | Added resizing of images to allow concatenation possible. |
|
|
5.3 | Added more examples |
|
|
5.2 | Updated cantilever clamp and also allow user to add the source of the problem. |
|
|
5.1 | publishing as a tool box |
|
|
5.0 | Major upgrade, allowing the user to add/remove one load at a time. Problem plot is also added at a separate figure. You can also set units for the force and length. |
||
3.7.0 | Update for beam lying on the floor |
||
3.6.0 | Cantilever drawing update |
||
3.5.0 | Better example |
||
2.5.0 | Added problem diagram. Also modified the drawing of the loads. |
||
2.4.0.11 | fixed repeated tick problem |
||
2.4.0.10 | A little modification with latex axis labelling |
||
2.4.0.9 | Updated the plot function for more efficiency |
||
2.4.0.8 | handles the error of parent function sharing variable with a nested function |
||
2.4.0.7 | corrected commenting error |
||
2.4.0.6 | Corrected a rendering problem for cases where no force is applied. |
||
2.4.0.5 | Updated to ensure compatibility with Matlab R2018b. |
||
2.4.0.4 | Changed the image |
||
2.4.0.3 | just changed the image |
||
2.4.0.2 | improved on the equation display |
||
2.4.0.1 | There is a major bug. Where the special point function returns a polynomial an order higher than the polynomial describing the curve. This has been corrected after being pointed out by David Zhang |
||
2.4.0.0 | Corrected an bug in the use of arrow in line 86 of Diagram. |
||
2.3.0.0 | added new function Round to perform the function of round(v,n) in version of matlab later than 2012b. Another function DrawArrow has been added to draw better arrows than the ones drawn by quiver function. |
||
2.2.0.0 | corrected a scaling bug int he display. |
||
2.1.0.0 | A bug concerning failure of the code to return the equations of bending moment and shear force from the beginning of the beam was fixed |
||
2.0.0.0 | This file has now been updated to deal with cantilever (a system with just one support). It can also handle cases of beams lying on the floor with the reaction being just distributed load. Equation texts is now interpreted with latex |
||
1.0.0.0 | bugs in arrow function removed. |