MATLAB: What does _mlans24 mean when using the symbolic toolkit

_mlans24MATLABsymbolicsyms

If I do the following, I get an interesting error. What I'm trying is directly out of the documentation.
EDU>> syms x EDU>> int(x*log(1 + x), 0, 1)
ans =
_mlans24
Thanks,
Mark

Best Answer

Please try again from a fresh session. There is a possibility that you had some kind of constraint against x. Constraints against symbols are not removed by assigning new values to the symbols at the matlab level.
I must admit I'm having trouble figuring out what it might be trying to convey there. The 24 would be an arbitrary instance number, and the _mlans would be conveying information about the type of the value... but I do not recognize anything close to mlans as a description of a type.
Which version are you using?