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
Walter Roberson 2017년 9월 9일

0 개 추천

matlab -nojvm -nodesktop -r 'try; YourScriptNameHere; catch; end; quit'

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

질문:

2017년 9월 9일

답변:

2017년 9월 9일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by