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
MathWorks Support Team 2011년 8월 11일
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