how to plot this for different types of loads in simply supported beam?

3 visualizaciones (últimos 30 días)
%% Eaxmple 1
Name1 = 'Sample Problem 5_2';
% Length and Supports
LengthSupport1 = [16,16];
% Concetrated Loads
F1_1 = {'CF',-10,11};
% Turning loads, Torque
T1_1 = {'M',-20,11};
% Distributed Loads
D1_1 = {'DF',-3,[0,8]};
% Call the function
sfbm (Name1,LengthSupport1,F1_1,T1_1,D1_1);
the error i am getting:
Error in ass4 (line 12)
sfbm (Name1,LengthSupport1,F1_1,T1_1,D1_1);
  5 comentarios
Siddhant Das
Siddhant Das el 27 de Dic. de 2020
yes but it is not showing anything...except for errors

Iniciar sesión para comentar.

Respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by