SFBMD(forces,distlo​ad,len)

Version 2.0.0.0 (2,19 ko) par Sumeet
Draws Shear Force and Bending Moment Diagram of a Beam
261 téléchargements
Mise à jour 19 juin 2016

Afficher la licence

%Shear Force and Bending Moment Diagram (SFBMD)
%--------------------------------------------------------------------------
% Draws the Shear Force and Bending moment diagram of beams subject to
% Concentrated loads/moments at the ends as well as uniform distributed loads
% along the beam in all three directions.
%
% SYNTAX
% SFBMD(option,forces,distloads,len)
%
% INPUT
% [forces] : Beam End Forces and Moments [fy1,mz1,fy1,mz2]
% [distloabd]: Distributed loads [wy]
% [len]: Length of the beam
%
% OUTPUT
% subplot 1: Shear Force Diagram
% subplot 2: Bending Moment Diagram
%
% The function can be chnaged quite easily to include it in any finite element program.
%
% EXAMPLE
% Cantilever with distributed load; SFBMD([0,0,0,0],-1,10)
% Cantelever load with concentrated force at the end; SFBMD([1,10,-1,0],0,10)
%
%==========================================================================
% 2016 By: Sumeet Kumar Sinha (sumeet.kumar507@gmail.com)

Citation pour cette source

Sumeet (2024). SFBMD(forces,distload,len) (https://www.mathworks.com/matlabcentral/fileexchange/57757-sfbmd-forces-distload-len), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2014a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Food Sciences dans Help Center et MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
2.0.0.0