Since changing MEvaluate to use evalc, the help command returns HTML.
Example:
In[15]:= MEvaluate["help pi"]
Out[15]= " <strong>pi</strong> 3.1415926535897....
<strong>pi</strong> = 4*atan(1) = imag(log(-1)) = 3.1415926535897....
Reference page in Help browser
<a href=\"matlab:doc pi\">doc pi</a>
"
This can be reproduced in MATLAB by running it as matlab -nodesktop then comparing help pi with evalc('help pi')
Since changing
MEvaluateto useevalc, thehelpcommand returns HTML.Example:
This can be reproduced in MATLAB by running it as
matlab -nodesktopthen comparinghelp piwithevalc('help pi')