Community Profile

photo

Siddhant Das


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


how to plot this for different types of loads in simply supported beam?
%% Eaxmple 1 Name1 = 'Sample Problem 5_2'; % Length and Supports LengthSupport1 = [16,16]; % Concetrated Loads F1_1 = {'CF...

3 years ago | 0 answers | 0

0

answers

Question


error with bar !!
l=8;w=5; ra=w;m=w*1; x=sym('x'); x=0:0.1:1; bar(x,sfx,'r','linewidth',5) bmx=-w*x; bar(x,bmx) i tried changing the path...

3 years ago | 0 answers | 0

0

answers

Question


ERROR FOR EZPLOT?
l=2.5;w=60;e=2*10^8;i=2000*10^-8; r1=w*1; x=sym('x'); sfx=(w*1)-w*x; subplot(2,2,1) EZPLOT(sfx,[0,2.5]) subplot(2,2,2) bm...

3 years ago | 1 answer | 0

1

answer

Question


HOW CAN I CORRECT THIS ?
x=[0:0.01:5]; y=exp(-1.5*x).*sin(10*x); subplot(1,2,1); plot(x,y); xlabel('x'),ylabel('exp(-1.5*x).*sin(10*x)'),axis([0 5 -1...

3 years ago | 2 answers | 0

2

answers