How do I reset the layout of MATLAB?

I started MATLAB, but I am unable to see the standard panels such as "Current Folder", "Workspace" or "Command Window". They appear to be missing.
How do I reset the layout of MATLAB?

 Accepted Answer

MathWorks Support Team
MathWorks Support Team on 1 Mar 2023
Edited: MathWorks Support Team on 9 Dec 2021
In the "Home" tab in the MATLAB toolstrip, click "Layout" and select "Default." This will return the MATLAB workspace to the default layout.

2 Comments

The easiest way to reopen the Editor is to run the edit command, either to open an existing file (if you specify the file name as the input) or to open a new, blank file (with no input.)
edit
edit why.m
Or if you don't like typing, press any of the first three or four icons in the File section on the Home tab of the toolstrip (New Script, New Live Script, New [most of the options will open either the Editor or the Live Editor], or Open.)
@Florin Zainescu you guy are a legend, thanks a LOT, you made my day

Sign in to comment.

More Answers (0)

Categories

Products

Release

R2016a

Community Treasure Hunt

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

Start Hunting!