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

3 ビュー (過去 30 日間)
Siddhant Das
Siddhant Das 2020 年 12 月 27 日
コメント済み: Walter Roberson 2021 年 3 月 3 日
%% 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 件のコメント
Siddhant Das
Siddhant Das 2020 年 12 月 27 日
yes but it is not showing anything...except for errors
Walter Roberson
Walter Roberson 2021 年 3 月 3 日
What is the complete error message?

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeGrid Lines, Tick Values, and Labels についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by