|
@@ -48,6 +48,8 @@
|
|
|
(defvar org-babel-matlab-shell-command "matlab -nosplash"
|
|
|
"Shell command to use to run matlab as an external process.")
|
|
|
|
|
|
+(defun org-babel-expand-body:matlab (body params &optional processed-params) body)
|
|
|
+
|
|
|
(defun org-babel-execute:matlab (body params)
|
|
|
"Execute a block of matlab code with org-babel."
|
|
|
(org-babel-execute:octave body params 'matlab))
|