Skip to content

Commit 63eff51

Browse files
committed
Add doc/matlab-shell-for-unix.org
1 parent 6d1ae88 commit 63eff51

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

doc/matlab-shell-for-unix.org

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# File: matlab-shell-for-unix.org
2+
3+
#+startup: showall
4+
#+options: toc:nil
5+
6+
# Copyright 2025 Free Software Foundation, Inc.
7+
8+
* MATLAB inside of Emacs on Unix (Linux or Mac)
9+
10+
In Emacs,
11+
12+
: M-x matlab-shell
13+
14+
will run =matlab -nodesktop= in a =*MATAB*= shell buffer. By default, if matlab is on your path,
15+
=which matlab= returns a location, then that version of matlab is used by matlab-shell. Otherwise,
16+
matlab-shell will look for matlab in the standard installation locations and use that. If you'd like
17+
matlab-shell to use a specific version of MATLAB run
18+
=M-x customzie-variable RET matlab-shell-command RET=.
19+
20+
In the =*MATAB*= matlab-shell buffer, you can run MATLAB commands, debug MATLAB =*.m= files, and
21+
more. See the MATLAB menu for capabilities.

0 commit comments

Comments
 (0)