Running a matlab script from bash script

조회 수: 2 (최근 30일)
ANKUR KUMAR
ANKUR KUMAR 2017년 9월 9일
답변: Walter Roberson 2017년 9월 9일
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일
matlab -nojvm -nodesktop -r 'try; YourScriptNameHere; catch; end; quit'

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by