How to combine all script windows into one window with tabs

조회 수: 101 (최근 30일)
Jakob Sievers
Jakob Sievers 2019년 11월 8일
댓글: Walter Roberson 2025년 2월 20일
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
  댓글 수: 1
Martin
Martin 2023년 8월 31일
just close the window and open again the script in your main window

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

채택된 답변

Star Strider
Star Strider 2019년 11월 8일
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
Star Strider
Star Strider 2025년 2월 20일
@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 2025년 2월 20일
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.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by