Running a matlab script from bash script

7 visualizaciones (últimos 30 días)
ANKUR KUMAR
ANKUR KUMAR el 9 de Sept. de 2017
Respondida: Walter Roberson el 9 de Sept. de 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.

Respuestas (1)

Walter Roberson
Walter Roberson el 9 de Sept. de 2017
matlab -nojvm -nodesktop -r 'try; YourScriptNameHere; catch; end; quit'

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by