I cant resolve some of the problems.. Help plz

1 view (last 30 days)
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 Comments
KSSV
KSSV on 8 Oct 2016
It is fem I guess. Forming stiffness matrices using symbolic tool.

Sign in to comment.

Accepted Answer

Walter Roberson
Walter Roberson on 8 Oct 2016
Your very last line should be
a = subs(Mr,{mr,l},{3,1});
  1 Comment
Habib Muhammad
Habib Muhammad on 9 Oct 2016
thank you very much, so it was just my last line.. i am so happy:))

Sign in to comment.

More Answers (1)

Habib Muhammad
Habib Muhammad on 9 Oct 2016
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 :))

Categories

Find more on Encryption / Cryptography in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!