matlab

Ling Yu
Matlab技巧
1. Matlab打开命令行窗口
matlab -nosplash -nodesktop
2. Matlab命令行运行脚本
运行当前目录demo.m文件
matlab -nosplash -nodesktop -sd g:\wk -r "run('.\demo.m');"
matlab -nosplash -nodesktop
运行当前目录demo.m文件
matlab -nosplash -nodesktop -sd g:\wk -r "run('.\demo.m');"