Info

此问题已关闭。 请重新打开它进行编辑或回答。

Elongation of a cone (replaced by n circular cylinders)

1 次查看(过去 30 天)
此 个问题 已被 Spencer 标记
I have this problem which asks to find the elongation of a cone given by the equation, but replaced with n circular cylinders.
I have this for the code but I don't know how to incorperate the n ciruclar cylinders part, I was wondering if someone could help me. Also, how would I go about finding the % error and graphing the results? Thank you in advance.
%Load P applied at a certain distance. Also define other variables
p=40;
d=0:1:50;
L = 1
c = .25
E = .00016
%Elongation of the cylinder as given by the equation
(P*L)/(2*3.141*c^2*.E)
  1 个评论
James Tursa
James Tursa 2022-10-4
编辑:James Tursa 2022-10-4
%Load P applied at a certain distance. Also define other variables
P=40;
d=0:1:50;
L = 1;
c = .25;
E = .00016;
%Elongation of the cylinder as given by the equation
(P*L)/(2*pi*c^2*E)
ans = 6.3674e+05
Can you explain more what this elongation is?

回答(0 个)

此问题已关闭。

产品


版本

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by