Undefined variable "resolve" or class "resolve".

syms F G x y c
f='-x';
g='y';
c='solve';
F=char(f);G=char(g);
sol=abs(solve(G-F-c,y))
c=solve{subs(sol,x0*x)-y0,c}

댓글 수: 1

Which release are you using?
Error using -
Matrix dimensions must agree.
That occurs when trying to subtract the character vector '-x' from the character vector 'y'
c=solve{subs(sol,x0*x)-y0,c}
Notice there you are trying to access solve as if it were a cell array.

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 COM Component Integration에 대해 자세히 알아보기

태그

질문:

2020년 5월 8일

댓글:

2020년 5월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by