emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] problem with ob-octave (matlab)


From: Uwe Brauer
Subject: Re: [O] problem with ob-octave (matlab)
Date: Fri, 01 Apr 2016 08:30:25 +0000
User-agent: Gnus/5.130016 (Ma Gnus v0.16) Emacs/25.1.50 (gnu/linux)

>>> "John" == John Kitchin <address@hidden> writes:

   > sometimes setting :results to raw or code can help.
   > I occasionally have trouble when the results get interpreted as cons
   > cells, and maybe some other things too (in other languages but i think
   > it a general problem.)

You mean

#+BEGIN_SRC matlab
syms a b
A=[a,b;b,a]
eig(A) 
#+END_SRC

#+RESULTS: code

This did not help. Did you get that code snippet to work?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]