Run Matlab command line
1 次查看(过去 30 天)
显示 更早的评论
I would like to run a specific version of Matlab command line.
Right now, my latest version of matlab is 2011B (running in 64 bit). However, I would like to run 2011A (which is running in 32 bit).
If i want to do a command line operation for 2011B...all i have to do is type
matlab "(name of my file)"
how do i run 2011A (the older version) command line in this case??
0 个评论
采纳的回答
Kaustubha Govind
2012-8-6
编辑:Kaustubha Govind
2012-8-6
Try
matlab -r "(name of my file)"
If you want to run a specific version of MATLAB, perhaps you should specify the full path to that version of MATLAB.
更多回答(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!