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일)
이전 댓글 표시
MathWorks Support Team
2011년 8월 11일
댓글: Bhagyashri Katti
2016년 11월 4일
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
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!