all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Uwe Brauer <oub@mat.ucm.es>
To: Uwe Brauer <oub@mat.ucm.es>
Cc: emacs-orgmode@gnu.org, John Kitchin <jkitchin@andrew.cmu.edu>
Subject: Re: problem with ob-octave (matlab)
Date: Fri, 01 Apr 2016 12:29:20 +0000	[thread overview]
Message-ID: <874mblh5r3.fsf@mat.ucm.es> (raw)
In-Reply-To: 8737r5egb9.fsf@ucl.ac.uk

>>> "Eric" == Eric S Fraga <e.fraga@ucl.ac.uk> 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.

  reply	other threads:[~2016-04-01 12:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-31 17:44 problem with ob-octave (matlab) Uwe Brauer
2016-03-31 17:58 ` John Kitchin
2016-04-01  8:30   ` Uwe Brauer
2016-04-01 11:09     ` Eric S Fraga
2016-04-01 12:29       ` Uwe Brauer [this message]
2016-04-01 15:49         ` Eric S Fraga
2016-04-01 16:18           ` Eric S Fraga
2016-04-01 17:06           ` Uwe Brauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874mblh5r3.fsf@mat.ucm.es \
    --to=oub@mat.ucm.es \
    --cc=emacs-orgmode@gnu.org \
    --cc=jkitchin@andrew.cmu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.