Running a matlab script from bash script
显示 更早的评论
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
2017-9-9
matlab -nojvm -nodesktop -r 'try; YourScriptNameHere; catch; end; quit'
类别
在 帮助中心 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!