branch: externals/matlab-mode commit 63eff5166a1b9058b7bbaa3a3f563d4643163b1a Author: John Ciolfi <john.ciolfi...@gmail.com> Commit: John Ciolfi <john.ciolfi...@gmail.com>
Add doc/matlab-shell-for-unix.org --- doc/matlab-shell-for-unix.org | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/matlab-shell-for-unix.org b/doc/matlab-shell-for-unix.org new file mode 100644 index 0000000000..98304bc6aa --- /dev/null +++ b/doc/matlab-shell-for-unix.org @@ -0,0 +1,21 @@ +# File: matlab-shell-for-unix.org + +#+startup: showall +#+options: toc:nil + +# Copyright 2025 Free Software Foundation, Inc. + +* MATLAB inside of Emacs on Unix (Linux or Mac) + +In Emacs, + + : M-x matlab-shell + +will run =matlab -nodesktop= in a =*MATAB*= shell buffer. By default, if matlab is on your path, +=which matlab= returns a location, then that version of matlab is used by matlab-shell. Otherwise, +matlab-shell will look for matlab in the standard installation locations and use that. If you'd like +matlab-shell to use a specific version of MATLAB run +=M-x customzie-variable RET matlab-shell-command RET=. + +In the =*MATAB*= matlab-shell buffer, you can run MATLAB commands, debug MATLAB =*.m= files, and +more. See the MATLAB menu for capabilities.