error using sym/solve and maplemex
显示 更早的评论
.png)
Hi! Whenever I try and solve a systems of equations such as the simple one above, an error like this one shows up, where it says that there was a problem using sym/solve and maplemex. This is a problem I've had since December and I have no idea how to fix it. I have the symbolic math toolbox installed, so that does not seem to be the issue. Any help would be greatly appreciated!
回答(3 个)
Walter Roberson
2019-1-17
You accidentally installed the MATLAB Connector for Maple when you installed Maple. You need to go into your Maple installation directory and find the uninstaller for the connector.
Or you could remove the Maple stuff off of your MATLAB path using pathtool.
which -all syms
will probably show two directories, one of which involves the word 'maple': go into pathtool and find that directory in the list and click on it and click 'remove', then Save, then Close.
5 个评论
Rachelle Shao
2019-1-17
Walter Roberson
2019-1-17
Remove both of them.
Juliet Jiang
2023-12-13
Hi! I am receiving similar errors as Rachelle with "Errors using maplemex" but removing those folders only removed my ability to even use the "syms" function. Do you have an alternative?
Walter Roberson
2023-12-14
Now install the Symbolic Toolbox
Juliet Jiang
2023-12-14
Hi Walter, I did install the Symbolic Toolbox at first, had the same errors, removed those folders, and reinstalled the toolbox. However, reinstalling the toolbox only brought the same maple directories back, and I would receive the same errors again. You said that using
which -all syms
would show two directories but it only shows one for me -- the one with "maple." I believe this is related to the fact that I do not have a toolbox/symbolics/symbolics path in my pathtool. Is there a way I can manually get that path?
yang
2024-5-11
1 个投票
I meet the same error, and I fix the problem just by clicking HOME -- Set Path -- Default.
madhan ravi
2019-1-17
I was not able to reproduce that error , do you have a valid license for it ?
license('test','symbolic_toolbox') % should return 1
It‘s better to contact Mathworks Support Team by clicking the Contact Us button on the top right corner of this page.
3 个评论
madhan ravi
2019-1-17
Also suspect there is Maple shadowing the symbolic inbuilt function solve()
Rachelle Shao
2019-1-17
madhan ravi
2019-1-17
编辑:madhan ravi
2019-1-17
Anytime :) , just contact them , pretty sure they will help you.
类别
在 帮助中心 和 File Exchange 中查找有关 Code Performance 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!