MATLAB: Reset(symengine) does not work

symbolicSymbolic Math Toolbox

If I do
reset(symengine);
inmem;
I still see symengine and mupadengine.mupadengine in the memory. Does it mean that function reset(symengine) does not close the MuPAD engine as stated in the help?

Best Answer

Bug solved under bug ID: 1-GLMOLN. Matlab documentation should be updated + necessity to call 'clear mex' after calling reset.