フィルターのクリア

How to get a list of all open files in Matlab editor?

59 ビュー (過去 30 日間)
HaveF
HaveF 2011 年 6 月 30 日
コメント済み: Robert 2018 年 12 月 13 日
I search the web, find the undocumented answer, that is
es=com.mathworks.mlservices.MLEditorServices;
dn=char(es.builtinGetOpenDocumentNames)
It not works on 2011a version.
I also use Yair Altman's uiinspect to check the class to see if the method changed its name, but find nothing.
How to get a list of all open files in Matlab editor? Thanks!
  1 件のコメント
Robert
Robert 2018 年 12 月 13 日
Does anybody know how to get a list of all open files including Live editor (.mlx) files?

サインインしてコメントする。

採用された回答

Teja Muppirala
Teja Muppirala 2011 年 6 月 30 日
As mentioned in the links below in Jan Simon's answer,
there is the matlab.desktop.editor
X = matlab.desktop.editor.getAll
X.Filename
  1 件のコメント
HaveF
HaveF 2011 年 6 月 30 日
Teja, it's a familiar name...aha, Video Sudoku Man! thanks;-)

サインインしてコメントする。

その他の回答 (1 件)

Jan
Jan 2011 年 6 月 30 日
編集済み: John Kelly 2014 年 5 月 27 日
As far as I understand this is supported now
  1 件のコメント
Teja Muppirala
Teja Muppirala 2011 年 7 月 1 日
Good catch, thanks!

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by