From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: problem with ob-octave (matlab) Date: Fri, 01 Apr 2016 12:29:20 +0000 Message-ID: <874mblh5r3.fsf@mat.ucm.es> References: <87wpoiy22s.fsf@mat.ucm.es> <87egaphgta.fsf@mat.ucm.es> <8737r5egb9.fsf@ucl.ac.uk> Reply-To: Uwe Brauer Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alyCe-0003Fm-Bl for emacs-orgmode@gnu.org; Fri, 01 Apr 2016 08:29:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alyCa-0007ag-BU for emacs-orgmode@gnu.org; Fri, 01 Apr 2016 08:29:28 -0400 Received: from mail-wm0-x22d.google.com ([2a00:1450:400c:c09::22d]:34631) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alyCa-0007aa-5I for emacs-orgmode@gnu.org; Fri, 01 Apr 2016 08:29:24 -0400 Received: by mail-wm0-x22d.google.com with SMTP id p65so23959007wmp.1 for ; Fri, 01 Apr 2016 05:29:23 -0700 (PDT) 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 >>> "Eric" == Eric S Fraga writes: > On Friday, 1 Apr 2016 at 08:30, Uwe Brauer wrote: >> You mean >> >> #+BEGIN_SRC matlab >> syms a b >> A=[a,b;b,a] >> eig(A) >> #+END_SRC >> >> #+RESULTS: code > No, I think John meant: > #+BEGIN_SRC matlab :results code > syms a b > A=[a,b;b,a] > eig(A) > #+END_SRC I see, I tried #+BEGIN_SRC matlab :results code syms a b A=[a,b;b,a] eig(A) #+END_SRC #+BEGIN_SRC matlab :results raw syms a b A=[a,b;b,a] eig(A) #+END_SRC #+RESULTS: None of them worked.