I cant resolve some of the problems.. Help plz

5 Ansichten (letzte 30 Tage)
Habib Muhammad
Habib Muhammad am 8 Okt. 2016
Beantwortet: Habib Muhammad am 9 Okt. 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 Kommentare
KSSV
KSSV am 8 Okt. 2016
It is fem I guess. Forming stiffness matrices using symbolic tool.
Habib Muhammad
Habib Muhammad am 9 Okt. 2016
Yes you are right

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Habib Muhammad
Habib Muhammad am 9 Okt. 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 :))

Kategorien

Mehr zu Clocks and Timers finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by