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 CenterFile Exchange에서 Encryption / Cryptography에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by