Running a matlab script from bash script
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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.
0 commentaires
Réponses (1)
Walter Roberson
le 9 Sep 2017
matlab -nojvm -nodesktop -r 'try; YourScriptNameHere; catch; end; quit'
0 commentaires
Voir également
Catégories
En savoir plus sur Startup and Shutdown dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!