Run Matlab command line

조회 수: 1 (최근 30일)
Darin McCoy
Darin McCoy 2012년 8월 6일
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??

채택된 답변

Kaustubha Govind
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.
  댓글 수: 1
Darin McCoy
Darin McCoy 2012년 8월 6일
yup - the full path thing worked - thanks!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by