Why does this error occur when using simplify?
10 views (last 30 days)
Show older comments
>> eq=sym('3.1*cos(sin(x))*tanh(x)')
eq =
3.1*cos(sin(x))*tanh(x)
>> simplify(eq)
Error using mupadmex
Error in MuPAD command: Illegal argument [icontent];
during evaluation of 'Simplify::tan'
Error in sym/simplify (line 98)
r = mupadmex('symobj::simplify',s.s,num2str(n),options);
My Matlab version is 2011b
Other details: Operating System: Mac OS X Version: 10.7.5 Build: 11G63 Java VM Version: Java 1.6.0_37-b06-434-11M3909 with Apple Inc. Java HotSpot™ 64-Bit Server VM mixed mode
Thanks,
Dominic
1 Comment
Jan
on 12 Nov 2012
It is surprising that the error message contain "tan", while you operate on "tanh". I suggest to ask the technical support.
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!