Matlab editor doubt - edit running code

조회 수: 12 (최근 30일)
Harish Guruprasad
Harish Guruprasad 2011년 5월 10일
답변: Jared MacDonald 2020년 3월 3일
Hi all, I have a very silly issue with Matlab. I often run codes which go on for a couple of hours. I like to edit other codes during that time. So when I want to edit a code that is in the current directory, but not in the set of files currently open in the editor,it doesn't open immediately. It only opens after the currently running program is finished.(I am really dependent on the matlab error and warning pointers, so I don't like editing on other editors)
Does the latest version of matlab solve this difficulty?(I use Matlab R2010a). If not, how do I put this in a wish list for the developers to see?
Thanks,
Harish.
  댓글 수: 1
Oliver Woodford
Oliver Woodford 2020년 2월 29일
The title of this question should be: "How to open a file in the editor, while code is running?"

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

답변 (5개)

RoJo
RoJo 2011년 5월 10일
If you have access to a MATLAB Builder you can compile the long-running code and run them outside of MATLAB. There is no danger then with changing m files as they run (which is possibly why it is blocked via the workspace). Even on a computer with no MATLAB they run. http://www.mathworks.com/products/matlabxl/ It assumes though that you have a license.

Denis Zhegalin
Denis Zhegalin 2011년 5월 10일
You may open another instance of MATLAB for editing. But you will loose some RAM in this case.
  댓글 수: 1
RoJo
RoJo 2011년 5월 10일
thats true, but I'm wondering if it is good practice to edit m-files in the same path as a running programme (something I would like to know, not pointing out). It is interpreted at run-time, so if any file which is running is changed, I am not sure if that change would be guaranteed not to be picked up in running code.

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


Sean de Wolski
Sean de Wolski 2011년 5월 10일
I just keep all relevant m-files open in the editor all of the time...
For when you don't have one you need open:
  • open new m-file while running, copy in old function (after opening it in text editor), save it as that name, EDIT AWAY!

Oliver Woodford
Oliver Woodford 2020년 2월 29일
In more recent versions of MATLAB, if you drag a file from a folder into the editor window, that file will open immediately, even when code is running. I'm not sure since what release this has been the case, but I've known about it for a while.
It's a real shame that right clicking on a function name in the editor, and selecting "Open ..." doesn't work immediately when code is running also, but waits until the code has finished. It's much more of a pain to have to find the file in a file browser window. This seems like an easy thing to fix.

Jared MacDonald
Jared MacDonald 2020년 3월 3일
Hi Harish,
We have heard this pain from others and will fix this in an upcoming release. The short reason is that the action of opening a file flows through MATLAB (through the "open" and "edit" commands) regardless of how you do it, and so, when MATLAB is busy, those operations wait.
In the meantime, the workaround mentioned by Oliver (drag and drop) works to open a file when MATLAB is busy.
Jared

카테고리

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