I am unable to use the function rhs to extract RHS of symbolic equations
Code written:
syms x; rhs(x==5)
This returns
[ empty sym ]
Is there something that I am missing here?

 채택된 답변

madhan ravi
madhan ravi 2020년 6월 16일
편집: madhan ravi 2020년 6월 16일

1 개 추천

Possible reason is that you may have created a variable/file named rhs , please clear it.

댓글 수: 3

Sneha Srikanth
Sneha Srikanth 2020년 6월 16일
Yes I entered clearvars and it solved it. Thank you!
John D'Errico
John D'Errico 2020년 6월 16일
Even a probable reason. :)
madhan ravi
madhan ravi 2020년 6월 16일
:)

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

제품

릴리스

R2019a

태그

질문:

2020년 6월 16일

댓글:

2020년 6월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by