필터 지우기
필터 지우기

Edit file in existing Matlab from shell

조회 수: 3 (최근 30일)
Robin
Robin 2012년 12월 12일
I was wondering if there might be a way to open a m-file for editing in an existing matlab session from the linux command line?
  댓글 수: 2
Andreas Goser
Andreas Goser 2012년 12월 12일
I am not an Linux expert, but still enough knowledgebale to ask why one wants to open the file in the MATLAB editor of an already open MATLAB session through another way than in MATLAB itself?
Daniel Shub
Daniel Shub 2012년 12월 12일
Some projects I work on involve MATLAB only to a small extent. I could imagine wanting a shell script that would "switch" to one of these projects. Some of the things I might want to do is open some tex files, open some pdfs for reading, some vector graphics for editing, and some MATLAB files.

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

답변 (1개)

Daniel Shub
Daniel Shub 2012년 12월 12일
The MATLAB editor is programmable from MATLAB (see Yair's blog). I think you would need to setup a socket to control MATLAB from the Linux CLI. The simplest might be to create a timer object in MATLAB that reads a file to see what files should be open in the editor. You could then echo filenames into that file from the Linux CLI. Or you could just use emacs.

카테고리

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