How can I display the exit status of a compiled MATLAB application run from a shell script on Linux?
이전 댓글 표시
When running a MATLAB application compiled with MATLAB Compiler from a shell script on Linux, does the exit status set by the "exit(N)" function automatically appear in the standard output or standard error? If not, how can I display or log the exit status after execution?
Example Shell Script:
#!/bin/bash
./compiled_matlab_app
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!