Running a matlab script from bash script
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Walter Roberson
2017 年 9 月 9 日
matlab -nojvm -nodesktop -r 'try; YourScriptNameHere; catch; end; quit'
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!