Running MATLAB from Mac Automator
이전 댓글 표시
When I run MATLAB from a Terminal window with this command
/Applications/MATLAB_R2014a.app/bin/matlab
it opens MATLAB normally.
I have been experimenting with Automator to open MATLAB as part of a workflow. Inside Automator, I choose "Run Shell Script" and put the above command inside the script.
I then run the application. It definitely opens MATLAB -- the splash screen appears -- but then it shuts down immediately, presumably because the script is completing and exiting. Anyone know how to get MATLAB to stay open in this situation?
채택된 답변
추가 답변 (1개)
florian
2014년 4월 3일
0 개 추천
I created the following based on your work - thank you guys! http://www.mathworks.com/matlabcentral/answers/102946#answer_131990
카테고리
도움말 센터 및 File Exchange에서 Desktop에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!