How do I get the workspace window back?

1,443 views (last 30 days)
Suddenly my workspace window has disappeared. How do I get it back? It is usually in the top right of the screen. My programming/editing, command and "files" windows are still fine, but I need to see my workspace, anybody know how to do this?

Accepted Answer

Steven Lord
Steven Lord on 20 Oct 2016
In the Home tab of the toolstrip, click on the arrow below Layout in the Environment section. You can select what desktop components are visible as well as saving and selecting custom layouts.
  5 Comments
Doni
Doni on 15 Jul 2023
Appreciate this... truly..

Sign in to comment.

More Answers (2)

Azzi Abdelmalek
Azzi Abdelmalek on 27 Mar 2016
You can get back the default layout by:
desktop = com.mathworks.mde.desk.MLDesktop.getInstance;
desktop.restoreLayout('Default');
  40 Comments
Rajendra Gupta
Rajendra Gupta on 16 Mar 2023
This is exactly what I was looking for. Thanks.

Sign in to comment.


Star Strider
Star Strider on 27 Mar 2016
Type:
workspace
in the Command Window.
  4 Comments
Star Strider
Star Strider on 4 Apr 2021
ömer faruk kara — My pleasure!

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!