Error in using syms

조회 수: 3 (최근 30일)
Emin Kursat Dogray
Emin Kursat Dogray 2020년 12월 23일
댓글: Walter Roberson 2020년 12월 23일
Hello.
I have a problem with syms. My MATLAB R2020b doesn't respond my syms commands. Please help me.
For example;
syms x
e = x^2 -9
solve(e)
Results:
Error using sym
Too many input arguments.
Error in syms (line 227)
defined = sym(zeros(1, length(args)));
Error in Untitled31 (line 1)
syms x
  댓글 수: 6
Emin Kursat Dogray
Emin Kursat Dogray 2020년 12월 23일
I think I accidentally overwritten the file I was working on. How can I fix?
Walter Roberson
Walter Roberson 2020년 12월 23일
If you overwrote sym.m then unless you have a backup, you will need to reinstall the Symbolic toolbox

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Assumptions에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by