How do I open an m-file from the command line in the current instance of the Matlab editor?

조회 수: 129 (최근 30일)
If I run the following command at the dos prompt:
"C:\Program Files\MATLAB\R2011a\bin\matlab.exe" -r "edit('C:\Documents\MATLAB\test.m')"
a new instance of Matlab is opened with test.m open in the editor. Is there anyway to modify the command so that the m file is opened in the current instance of Matlab?
For context, I'm using TortoiseHg for source control in Windows. I'd like to be able to jump from a file listed in a revision history to viewing that file in Matlab. In THG, this is done by specifying a 'visual editor' as a command line specification.

답변 (2개)

Songyun Wang
Songyun Wang 2017년 10월 17일
편집: Songyun Wang 2017년 10월 17일
Just use the function "edit". Try "help edit"

Fangjun Jiang
Fangjun Jiang 2011년 9월 12일
If you just want to use the editor, you can run "meditor test.m" at the command line.
meditor.exe is in folder matlabroot\bin\win32
  댓글 수: 3
Fangjun Jiang
Fangjun Jiang 2011년 9월 13일
What version of MATLAB are you using? What happened if you run meditor at the dos prompt?
Walter Roberson
Walter Roberson 2011년 9월 13일
Newer versions do not include a stand alone editor.
I recall that there have been some previous Questions having to do with re-using the current instance of MATLAB under MS Windows. I did not pay attention to the details as I do not use MS Windows, but if you were to search MATLAB Answers for the word "instance" you would probably find the discussions.

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

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by