Dear Matlab experts, recently after i reinstall the MATLAB the function "solve" with the turned on 'Real',true gives me a following error:
>> syms x
>> solve(x^5 == 3125, x, 'Real', true)
??? Error using ==> char
Conversion to char from logical is not possible.
Error in ==> solve>getEqns at 189
vc = char(v);
Error in ==> solve at 67
[eqns,vars] = getEqns(varargin{:});
I have no Idea why,
I would be very grateful for any suggestion.

댓글 수: 3

Which MATLAB version are you using? Did you happen to install the Maple symbolic computing package (Maplesoft) ?
As an experiment, try
solve(x^5 == 3125, x, 'Real', 'true')
Dk
Dk 2014년 1월 24일
Yes, I have installed the Maple package, and now delete it, but it already doesn't work, as well as this
solve(x^5 == 3125, x, 'Real', 'true')
Dk commented
Thank you for your answer! but How to check? and what to do if it's not correctly installed?

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

 채택된 답변

Walter Roberson
Walter Roberson 2014년 1월 24일

0 개 추천

I would recommend re-installing the Symbolic Toolbox. You do not need to delete Maple as a whole.
What I suspect happened is that when you installed Maple you told the Maple installer that Yes, you wanted to install the MATLAB to Maple link. That link would have overwritten parts of the Symbolic Toolbox, as the two are not expected to be installed at the same time.

댓글 수: 5

Dk
Dk 2014년 1월 24일
I've reinstalled matlab as a whole, and it still doesnt work, I even restore the system, and it also didn't help...
Dk
Dk 2014년 1월 24일
may be something still stored in my system, and doesnt allow to matlab to work properly
Dk
Dk 2014년 1월 24일
in addition the time of symbolic computations slowed down significantly (((((
Walter Roberson
Walter Roberson 2014년 1월 24일
Which MATLAB version are you using?
Dk
Dk 2014년 1월 24일
R2011a 7.12.0.635

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

질문:

Dk
2014년 1월 23일

댓글:

Dk
2014년 1월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by