From: dl <fri...@ho...> - 2016-06-21 10:23:23
|
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, Uwe Brauer <ou...@ma...> wrote: > 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 > > > ------------------------------------------------------------------------------ > Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San > Francisco, CA to explore cutting-edge tech and listen to tech luminaries > present their vision of the future. This family event has something for > everyone, including kids. Get more information and register today. > http://sdm.link/attshape > _______________________________________________ > Matlab-emacs-discuss mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss > |