How to combine all script windows into one window with tabs

360 views (last 30 days)
Hi there
Silly question. I used to have all of my scripts as tabs in a single window. Now, for some reason, Matlab shows me each new script in a separate window, which quickly gets very difficult to manage. How do I revert this sudden change back to the normal setting?
Cheers
Jakob

Accepted Answer

Star Strider
Star Strider on 8 Nov 2019
You may need to undock the Editor. There is a small white triangle inside a white circle on a blue background in the upper right corner of the Editor window. Click on it and undock the Editor in the dropdown menu. Typing CTRL+Shift+D may also work.
  11 Comments
Star Strider
Star Strider on 20 Feb 2025 at 16:13
@Shriram — My pleasure!
I’m not certain that’s possible.
Explore the settings and SettingsGroup documentation to see if the option to do what you want exists.
That’s the best I can do.
Walter Roberson
Walter Roberson on 20 Feb 2025 at 16:55
R2025a Pre-Release by default opens all figure() within a tab in the command window. If you undock the figures then by default it creates a tabbed group in a seperate window, with all of the figures being tabs inside the window. You need to undock the the figures for them to appear as seperate windows (each with a large border.)
This is not the case for uifigure() -- those each open in seperate windows by default.

Sign in to comment.

More Answers (0)

Categories

Find more on System Commands 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!