photo

Ramya Anandhan


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
286,524
of 301,529

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
40.0%

收到投票数
0

排名
 of 21,315

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 175,175

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


how can i get displacements values? Actual solution is d1x=-0.006in,d2x=0 and stress sigmax=3000psi but i got displacements values are infinity.
%Input data for project nsd=1; % Number of space dimensions ndof=1;% Number of degree of freedom per node nnp=2;% Number of n...

7 years 前 | 0 个回答 | 0

0

个回答

提问


I'm getting error at function script must be closed with an end.
% Input Data for Example 5.2 (2 elements) nsd = 1; % number of space dimensions ndof = 1; % number of degrees-of-freedom per n...

7 years 前 | 3 个回答 | 0

3

个回答

提问


I'm not getting the solution
% E; modulus of elasticity % A: area of cross section % L: length of bar E = 30e6;A=2;EA=E*A; L = 60; % generation...

7 years 前 | 0 个回答 | 0

0

个回答

提问


How to get the load vs displacement curve graph? I got all the stress values before yielding point and beyond yield points except graph.
plot(u,p(1:numel(u))) Area=645; Length=3000; K=36.86; CosK=0.80; p=[0 170 200 220 240 250 260 275 300 310 350 370 380 400];...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Error using plot Vectors must be the same length?
Area=645; Length=3000; K=36.86; CosK=0.80; p=[0 170 200 220 240 250 260 275 300 310 350 370 380 400]; F=p/(2*CosK); stress...

7 years 前 | 1 个回答 | 0

1

个回答