[Matlab-emacs-discuss] bizarre behavior of shell and matlab-shell-run-command

2016-06-21 Thread Uwe Brauer
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 li

Re: [Matlab-emacs-discuss] bizarre behavior of shell and matlab-shell-run-command

2016-06-21 Thread dl
works for me >> version ans = 8.4.0.150421 (R2014b) GNU Emacs 25.0.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.4.2) of 2015-07-27 on gkar, modified by Debian >> f=inline('log(x)/(1\u0323+x)') f = Inline function: f(u0323,x) = log(x)/(1\u0323+x) On Tue, Jun 21, 2016 at 11:16 AM

Re: [Matlab-emacs-discuss] bizarre behavior of shell and matlab-shell-run-command

2016-06-21 Thread Torben Knudsen
Also works for me matlab-mode, version 3.3.4 >> version ans = 9.0.0.341360 (R2016a) >> f=inline('log(x)/(1̣+x)') f=inline('log(x)/(1 +x)') f = Inline function: f(x) = log(x)/(1 +x) >> f(2) ans = 0.2310 >> Associate Prof. Ph.D Torben KnudsenMobile: (+45) 2787 9826