photo

Siddhant Das


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
189,419
of 301,338

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,236

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 2 个回答 | 0

2

个回答