>>> "John" == John Kitchin <jkitc...@andrew.cmu.edu> 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