How can I start multiple MATLAB sessions on a Mac OS X without having multiple Terminal windows open up, in MATLAB 7.9 (R2009b)?

1 次查看(过去 30 天)
I know of a workaround to start multiple sessions of MATLAB on a Mac OS X (see related solution). This results in the cluttering of my desktop when a separate Terminal window opens up for each instance of MATLAB. How can I suppress the Terminal windows opening up on my desktop?

采纳的回答

MathWorks Support Team
The following steps will enable this functionality:
1. Launch /Applications/Utilities/AppleScript Editor.app
2. Paste this text into the empty script window (all on one line):
do shell script "/Applications/MATLAB_R2009a.app/bin/matlab -desktop > /dev/null 2>&1 &"
3. Select "File > Save As...", choose "File Format: Application", and choose a name for the app such as "Launch MATLAB"
4. Quit AppleScript Editor
5. Double-click on "Launch MATLAB" in the Finder, or drag it to the Dock and click on it there.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

标签

尚未输入任何标签。

产品


版本

R2009b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by