The current folder window
Mostrar comentarios más antiguos
I closed the "Current Folder" window by mistake.
How can I re-display it?
14 comentarios
Gautham Kini M
el 11 de Feb. de 2018
Editada: Image Analyst
el 25 de Ag. de 2018
Under the "Environment" section of the MATLAB tool ribbon (on the "Home" tab) click on "Layout". You will find the "Current Folder" option. Click on it and you can get your Current Folder window back. :) ?
Leira Ruth Fulgueras
el 25 de Ag. de 2018
Thank you!
quy nguyen the
el 13 de Oct. de 2018
thanks
Thai Thieu Hong
el 24 de Dic. de 2018
It's really helpful. I had been stuck in this error for a long long time until i saw this post. Thanks a lot!
Mikiyas Petros
el 7 de Ag. de 2019
Thank you
Muhammad Iqbal
el 17 de Dic. de 2019
Editada: Muhammad Iqbal
el 17 de Dic. de 2019
thank you
Akash Reddy
el 24 de Ag. de 2020
Thank You Sir.
Hunter Keating
el 6 de Sept. de 2020
Oooh Yeaaaaa because "ENVIRONMENT" is exactly what I think of when Im trying to find, or "VIEW", the "WINDOW" that I just accidently closed.... Whoever thought to use "Environment" for this, I seriously question your judgement. If I have to search for more than 5mins and then inevitably have to search google, just to find out how to open one of the main windows screens.... Well then sir, you deserve the app of the decade award!
Experienced MATLABbabbbber here....
Stephen23
el 15 de En. de 2022
@Hunter Keating: the term "environment" is a standard term, it is not one that TMW invented:
emre
el 19 de Mayo de 2023
thank you
Adrian
el 7 de En. de 2026
Hello,
Unfortunately, after reading this convo, I am unable to find or see the "Current Folder". I am new to MATLAB, but I followed the steps ahead and still cannot find the "Current Folder"
Image Analyst
el 7 de En. de 2026
Editada: Image Analyst
el 7 de En. de 2026
@Adrian what do you see when you type filebrowser into the command line? Is there any error message in the command window? Do you see a panel with all your files and folders showing, like the one below?

Adrian
el 8 de En. de 2026
Hello!
No error, but no file folder are being loaded.
Image Analyst
el 8 de En. de 2026
@Adrian What version are you using? If it's 2025 you should have the icons on the left of the image I just posted. Make sure the top icon is pushed -- the one with pages and text on them, just below the blue arrow.
Respuesta aceptada
Más respuestas (3)
Azzi Abdelmalek
el 9 de Jul. de 2014
Try to restore the default layout
desktop = com.mathworks.mde.desk.MLDesktop.getInstance;
desktop.restoreLayout('Default')
8 comentarios
Tanu Goyal
el 29 de Jul. de 2016
Thanks a lot
MarP
el 18 de Jun. de 2018
That's what I needed, thank you!
Prasanna Kothalkar
el 11 de Jul. de 2018
Thanks very much!
William GAO
el 6 de Oct. de 2020
very useful!
FIRAS GHEDIRA
el 10 de Nov. de 2020
thank you
Matteo Piunti
el 10 de Jun. de 2021
Worked perfectly, thanks a lot
Kezban koç
el 15 de En. de 2022
Thank you so much.
CARLOTTA GENCO
el 10 de Oct. de 2023
thanks!!
Steven Lord
el 29 de Jul. de 2016
6 votos
Use the Layout button in the Environment section of the Home tab on the toolstrip.
1 comentario
Chetan Bhagania
el 22 de Sept. de 2017
It worked perfectly. Thanks a lot
Mohammed Ghouse Mohiuddin
el 3 de Mzo. de 2021
0 votos
How do I stop MATLAB from opening a separate window whenevere I select any MATLAB file. The comman d window and edit must be the same window.
1 comentario
Image Analyst
el 4 de Mzo. de 2021
There is a little down arrow on the upper right of the editor title bar. Use that to tell it to "dock" the window. Then you'll just have one editor panel, though of course you'll have different tabs for each file that is open.
Categorías
Más información sobre File Operations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!