please how to inrement a length of the beam by 0.01in this simpl equation this has not given the hand

1 次查看(过去 30 天)
for x=1:l+1;
phi(x,m)=sin((x-1)*pi*m/l);

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2014-2-14
Maybe you want
l=100
for x=1:l+1;
for m=1:10
phi(x,m)=sin((x-1)*pi*m/l);
end
end
plot(phi)
  2 个评论
Azzi Abdelmalek
Azzi Abdelmalek 2014-2-14
Sihem commented
l is limited by an equation in my parametres l=50 and think you for your answer
my eqation is combined by tow equations with tow variabl t and x when i write my equation with out increment the graph is Breaked

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by