I cant resolve some of the problems.. Help plz

1 回表示 (過去 30 日間)
Habib Muhammad
Habib Muhammad 2016 年 10 月 8 日
回答済み: Habib Muhammad 2016 年 10 月 9 日
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 件のコメント
KSSV
KSSV 2016 年 10 月 8 日
It is fem I guess. Forming stiffness matrices using symbolic tool.
Habib Muhammad
Habib Muhammad 2016 年 10 月 9 日
Yes you are right

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2016 年 10 月 8 日
Your very last line should be
a = subs(Mr,{mr,l},{3,1});
  1 件のコメント
Habib Muhammad
Habib Muhammad 2016 年 10 月 9 日
thank you very much, so it was just my last line.. i am so happy:))

サインインしてコメントする。

その他の回答 (1 件)

Habib Muhammad
Habib Muhammad 2016 年 10 月 9 日
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 :))

カテゴリ

Help Center および File ExchangeEncryption / Cryptography についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by