Error creating symbolic variable
显示 更早的评论
I am getting the following error when I am trying to create a symbolic variable
Error using mupadmex
Error in MuPAD command:
Error in symengine
Error in sym (line 157)
[~] = symengine;
Error in syms (line 77)
toDefine = sym(zeros(1, 0));
I checked the status of the license of the symbolic toolbox and got the following result
>> status = license('test','symbolic_toolbox')
status =
1
I also reinstalled symbolic toolbox. But the problem remains.
Please help in solving the problem. I am using Matlab R2015b on Mac OS Version 10.10.5
Thanks,
Vishal
3 个评论
Walter Roberson
2015-11-13
Is that the entire text of the error? It says there is an error using mupadmex but it does not say what the error is?
Vishal Das
2015-11-14
Vishal Das
2015-11-14
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Conversion 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!