![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1311525/38acc5a4307f7de552b230334714849f.png)
How do I reset the layout of MATLAB?
786 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MathWorks Support Team
le 13 Oct 2016
Commenté : Robin Bock
le 11 Mai 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?
Réponse acceptée
MathWorks Support Team
le 1 Mar 2023
Modifié(e) : MathWorks Support Team
le 9 Déc 2021
In the "Home" tab in the MATLAB toolstrip, click "Layout" and select "Default." This will return the MATLAB workspace to the default layout.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1311525/38acc5a4307f7de552b230334714849f.png)
2 commentaires
Steven Lord
le 25 Fév 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.)
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Startup and Shutdown dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!