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