【转】在命令行中运行 matlab

转自http://blog.csdn.net/adream307/article/details/7756481

#!/bin/bash
#run matlab in command line
matlab -nosplash -nodesktop

#run m file in command line, for example run foo.m in command line:
#matlab -nosplash -nodesktop -r foo

posted @ 2015-08-18 11:04  fukan  阅读(248)  评论(0编辑  收藏  举报