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 CenterFile Exchange에서 Grid 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