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