I cant resolve some of the problems.. Help plz

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 commentaires

michael
michael le 8 Oct 2016
please attach image
Cryptography?
KSSV
KSSV le 8 Oct 2016
It is fem I guess. Forming stiffness matrices using symbolic tool.
Yes you are right

Connectez-vous pour commenter.

 Réponse acceptée

Your very last line should be
a = subs(Mr,{mr,l},{3,1});

1 commentaire

thank you very much, so it was just my last line.. i am so happy:))

Connectez-vous pour commenter.

Plus de réponses (1)

Habib Muhammad
Habib Muhammad le 9 Oct 2016

0 votes

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 :))

Catégories

En savoir plus sur Programming dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by