From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: problem with ob-octave (matlab) Date: Thu, 31 Mar 2016 17:44:27 +0000 Message-ID: <87wpoiy22s.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alge9-0005i8-10 for emacs-orgmode@gnu.org; Thu, 31 Mar 2016 13:44:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alge5-00049P-0o for emacs-orgmode@gnu.org; Thu, 31 Mar 2016 13:44:40 -0400 Received: from plane.gmane.org ([80.91.229.3]:49963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alge4-000499-Pk for emacs-orgmode@gnu.org; Thu, 31 Mar 2016 13:44:36 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1alge2-00014h-P4 for emacs-orgmode@gnu.org; Thu, 31 Mar 2016 19:44:34 +0200 Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Mar 2016 19:44:34 +0200 Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Mar 2016 19:44:34 +0200 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: emacs-orgmode@gnu.org Hello I can successfully execute #+BEGIN_SRC matlab A=[3 4; 5 6] b=[5;6] A\b #+END_SRC #+RESULTS: | -3 | | 3.5 | However #+BEGIN_SRC matlab syms a b A=[a,b;b,a] eig(A) #+END_SRC Does not work I obtain executing Matlab code block... Wrote /tmp/babel-2948rpV/ob-input-2948ACJ Error reading results: (beginning-of-buffer) Code block produced no output. However the code can be executed in matlab giving ans = a + b a - b Any comments? Thanks Uwe Brauer