photo

Siddhant Das


Last seen: 5 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
189,408
of 301,327

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,234

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,995

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • 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...

5 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...

5 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...

5 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...

5 years ago | 2 answers | 0

2

answers