Running a matlab script from bash script

2 visualizzazioni (ultimi 30 giorni)
ANKUR KUMAR
ANKUR KUMAR il 9 Set 2017
Risposto: Walter Roberson il 9 Set 2017
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.

Risposte (1)

Walter Roberson
Walter Roberson il 9 Set 2017
matlab -nojvm -nodesktop -r 'try; YourScriptNameHere; catch; end; quit'

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by