SFBMD(forces,distlo​ad,len)

Versión 2.0.0.0 (2,19 KB) por Sumeet
Draws Shear Force and Bending Moment Diagram of a Beam
261 descargas
Actualizado 19 jun 2016

Ver licencia

%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)

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2014a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Food Sciences en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
2.0.0.0