Running a matlab script from bash script
이전 댓글 표시
I have made a MATLAB program which takes the input file from a directory and gives the output with a plot. can i execute this program on my bash terminal.
답변 (1개)
Walter Roberson
2017년 9월 9일
matlab -nojvm -nodesktop -r 'try; YourScriptNameHere; catch; end; quit'
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!