From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: problem with ob-octave (matlab) Date: Fri, 1 Apr 2016 16:49:15 +0100 Message-ID: <87d1q9cosk.fsf@ucl.ac.uk> References: <87wpoiy22s.fsf@mat.ucm.es> <87egaphgta.fsf@mat.ucm.es> <8737r5egb9.fsf@ucl.ac.uk> <874mblh5r3.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1am1K9-00080O-7J for emacs-orgmode@gnu.org; Fri, 01 Apr 2016 11:49:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1am1K5-0003nk-SG for emacs-orgmode@gnu.org; Fri, 01 Apr 2016 11:49:25 -0400 Received: from mail-db3on0143.outbound.protection.outlook.com ([157.55.234.143]:30992 helo=emea01-db3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1am1K5-0003nQ-HY for emacs-orgmode@gnu.org; Fri, 01 Apr 2016 11:49:21 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Uwe Brauer Cc: emacs-orgmode@gnu.org, John Kitchin I don't have MATLAB on the system I'm on at the moment but trying your (slightly modified) example with octave instead works: #+begin_src org ,#+BEGIN_SRC octave :results output pkg load symbolic syms a b A=3D[a,b;b,a] eig(A)=20 ,#+END_SRC ,#+results: ,#+begin_example OctSymPy v2.2.4: this is free software without warranty, see source. Initializing communication with SymPy using a popen2() pipe. Some output from the Python subprocess (pid 28058) might appear next. OctSymPy: Communication established. SymPy v0.7.6.1. A =3D (sym 2=C3=972 matrix) =E2=8E=A1a b=E2=8E=A4 =E2=8E=A2 =E2=8E=A5 =E2=8E=A3b a=E2=8E=A6 ans =3D (sym 2=C3=971 matrix) =E2=8E=A1 ____=E2=8E=A4 =E2=8E=A2 =E2=95=B1 2 =E2=8E=A5 =E2=8E=A2a - =E2=95=B2=E2=95=B1 b =E2=8E=A5 =E2=8E=A2 =E2=8E=A5 =E2=8E=A2 ____=E2=8E=A5 =E2=8E=A2 =E2=95=B1 2 =E2=8E=A5 =E2=8E=A3a + =E2=95=B2=E2=95=B1 b =E2=8E=A6 ,#+end_example #+end_src=20 I don't know if this helps you at all and/or whether the issue is with MATLAB... --=20 : Eric S Fraga (0xFFFCF67D), Emacs 25.0.92.1, Org release_8.3.4-668-g809a83