Update matlab to 2020a
This commit is contained in:
parent
0714e33487
commit
f63bafdf2c
@ -97,11 +97,11 @@
|
||||
:END:
|
||||
#+begin_src conf
|
||||
[Desktop Entry]
|
||||
Version=R2019b
|
||||
Version=R2020a
|
||||
Type=Application
|
||||
Terminal=false
|
||||
MimeType=text/x-matlab
|
||||
Exec=/usr/local/MATLAB/R2019b/bin/matlab -desktop
|
||||
Exec=/usr/local/MATLAB/R2020a/bin/matlab -desktop -nosplash
|
||||
Name=MATLAB
|
||||
Icon=matlab
|
||||
Categories=Development;Math;Science
|
||||
|
@ -1924,7 +1924,7 @@ Add all named source blocks to =org-babel-library-of-babel=.
|
||||
** Org-Babel Matlab
|
||||
#+begin_src emacs-lisp
|
||||
(after! org
|
||||
(setq org-babel-matlab-shell-command "/home/thomas/.local/bin/matlab -nodesktop -nosplash")
|
||||
(setq org-babel-matlab-shell-command "/home/thomas/.local/bin/matlab -softwareopengl -nodesktop -nosplash")
|
||||
|
||||
(setq org-babel-matlab-emacs-link-wrapper-method
|
||||
"%s
|
||||
|
Loading…
Reference in New Issue
Block a user