I cant resolve some of the problems.. Help plz

1 次查看(过去 30 天)
a=subs(subs(Mr,{[mr,l]},{[3,1]})); Wrong a = subs(Mr,{mr,l},{3,1}); Right now:))
This is my code.. i don't know where is the errors. I am attaching the error pic that it shows
thank you
  4 个评论
KSSV
KSSV 2016-10-8
It is fem I guess. Forming stiffness matrices using symbolic tool.

请先登录,再进行评论。

采纳的回答

Walter Roberson
Walter Roberson 2016-10-8
Your very last line should be
a = subs(Mr,{mr,l},{3,1});

更多回答(1 个)

Habib Muhammad
Habib Muhammad 2016-10-9
its resolved now by by the precious correction of Mr Walter Roberson.
changing the last line to a = subs(Mr,{mr,l},{3,1}); and it start working :))

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by