Method 3:
Maybe change background color of each MATLAB instance so you can differ them.
Short expansion on comments above,
desktop = com.mathworks.mde.desk.MLDesktop.getInstance;
If you open the editor in undocked mode, evaluate the line with F9
jEditor = desktop.getSelectedClient;
jEditorGroup = jEditor.getGroup;
By using uiinspect on jEditor and jEditorGroup it's possible to see these these values you're looking to change.It's not possible to change them, as it looks like those values are determined on the new file creation or loading.
2 Comments
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/613576-is-there-a-way-to-re-title-the-matlab-editor-window#comment_1059531
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/613576-is-there-a-way-to-re-title-the-matlab-editor-window#comment_1059531
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/613576-is-there-a-way-to-re-title-the-matlab-editor-window#comment_1149218
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/613576-is-there-a-way-to-re-title-the-matlab-editor-window#comment_1149218
Sign in to comment.