rsmenon
rsmenon
It's not just for `help`; HTML strings are returned for most errors that include the function name (with a link to the help docs or to the file itself, if...
@amroamroamro Thanks a lot! That's very useful and saves us the trouble of having to strip HTML tags from the output (which is always messy).
I think this is a good idea, but the current implementation is such that MScripts and MFunctions can be defined even without access to MATLAB (only the engine needs to...
Since we reverted evalc for now (because it prints HTML errors & help), I'm reopening this. Also, it crashes on my OS X 10.8.3, MATLAB 2013a
`MEvaluate["x='aéîøü'"]` is sufficient to crash it. It gives a `LinkObject::linkd` error (which btw, is also on my todo list for today to return sensible errors)
@szhorvat IIRC, `rehash` was added because changes to the path or added/modified scripts were not picked up in Windows. It was just easier to leave it in for all OSes......
Yeah, this is definitely a good idea. Heh, we put it down as a [todo](https://github.com/rsmenon/MATLink/blob/aacc489736eb7b5e8a10ff20f30fa939029f88e1/MATLink/DataHandling.m#L96) but forgot :) (and seems like it wasn't missed much). Since we're talking about large...
Hmm... I don't think some of this is necessary. 1. There is the undocumented `MEvaluate[..., "NoCheck"]` for this, to reduce overhead. Besides, repeated runs of the same input should be...
I agree it could be done away with, since the problem of engine hanging is solved by other means, but I suggest waiting a bit more, at least till we...
I suspect this might not work out of the box on Overleaf. The `minted` LaTeX package uses the `pygments` python package, but in order to use this _Mathematica_ highlighter, you'd...