From: LS C. S. <k.s...@b-...> - 2018-08-10 08:53:53
|
Hi executing the matlab code (see below) #+begin_src matlab :session :results output clear a=1; i=1 #+end_src #+RESULTS: : clear : a=1; : i=1 : : i = : : 1 the code is copied into the results buffer, which is not what I want. Using octave instead of matlab will yield the correct output from stdout. Any hint or help is greatly appreciated. Kind regards Klaus |