I cant resolve some of the problems.. Help plz

5 vues (au cours des 30 derniers jours)
Habib Muhammad
Habib Muhammad le 8 Oct 2016
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
KSSV
KSSV le 8 Oct 2016
It is fem I guess. Forming stiffness matrices using symbolic tool.
Habib Muhammad
Habib Muhammad le 9 Oct 2016
Yes you are right

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 8 Oct 2016
Your very last line should be
a = subs(Mr,{mr,l},{3,1});
  1 commentaire
Habib Muhammad
Habib Muhammad le 9 Oct 2016
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
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 Clocks and Timers dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by