I cant resolve some of the problems.. Help plz

1 visualizzazione (ultimi 30 giorni)
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 Commenti
KSSV
KSSV il 8 Ott 2016
It is fem I guess. Forming stiffness matrices using symbolic tool.

Accedi per commentare.

Risposta accettata

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

Accedi per commentare.

Più risposte (1)

Habib Muhammad
Habib Muhammad il 9 Ott 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 :))

Categorie

Scopri di più su Encryption / Cryptography in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by