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

3 Ansichten (letzte 30 Tage)
%% 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 Kommentare
Siddhant Das
Siddhant Das am 27 Dez. 2020
yes but it is not showing anything...except for errors

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by