How can I programmatically close a Tab in Live Editor?
13 views (last 30 days)
Show older comments
Otto Liljansalo
on 12 Sep 2022
Commented: Otto Liljansalo
on 30 Sep 2022
I want to open a file in the Live Editor to execute its contents and then close it to avoid having too many Tabs open. The command open works fine but close('nameOfFile') does not work.
0 Comments
Accepted Answer
Jacky Tsai
on 23 Sep 2022
Edited: Jacky Tsai
on 23 Sep 2022
Hi Otto, you can take a look at this thread: https://www.mathworks.com/matlabcentral/answers/507998-how-do-i-close-all-open-scripts-in-the-editor-window. Essentially this boils down to the use of MATLAB Editor API:
doc matlab.desktop.editor
5 Comments
Jacky Tsai
on 30 Sep 2022
Hi @Otto Liljansalo, thanks for the response! Please consider upgrading to R2020a (or later), where the support of live scripts using MATLAB Editor API has been introduced.
More Answers (0)
See Also
Categories
Find more on Audio and Video Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!