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 17:06:32 +0000
User-agent: Gnus/5.130016 (Ma Gnus v0.16) Emacs/25.1.50 (gnu/linux)

>>> "Eric" == Eric S Fraga <address@hidden> writes:

   > I don't have MATLAB on the system I'm on at the moment but trying your
   > (slightly modified) example with octave instead works:

Aha!

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

This worked as well! Thanks!



reply via email to

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