|
From: Uwe B. <ou...@ma...> - 2016-06-21 09:45:27
|
Hi
I am running GNU emacs 25.1.5 and the latest matlab-mode version.
Matlab version is 2010 (a bit outdated I admit).
Could someone please try out the following.
Open a matlab shell and run
f=inline('log(x)/(1̣+x)')
My shell goes beserk, instead of showing an error it just spits out
empty lines. So I have to kill that buffer and the matlab process.
But it seems to be caused by the evil inline command.
If I open a matlab windows in my Linux box and type the command I get
the expected
f =
Inline function:
f(x) = log(x)/(1̣+x)
This is very odd.
Uwe Brauer
|