How do I reset the layout of MATLAB?
892 views (last 30 days)
Show older comments
MathWorks Support Team
on 13 Oct 2016
Commented: Robin Bock
on 11 May 2023
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
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
Steven Lord
on 25 Feb 2020
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.)
More Answers (0)
See Also
Categories
Find more on Startup and Shutdown 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!