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

3 vues (au cours des 30 derniers jours)
Siddhant Das
Siddhant Das le 27 Déc 2020
%% 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 commentaires
Siddhant Das
Siddhant Das le 27 Déc 2020
yes but it is not showing anything...except for errors
Walter Roberson
Walter Roberson le 3 Mar 2021
What is the complete error message?

Connectez-vous pour commenter.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by