How do I get the workspace window back?

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?

 采纳的回答

Steven Lord
Steven Lord 2016-10-20
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.

更多回答(2 个)

You can get back the default layout by:
desktop = com.mathworks.mde.desk.MLDesktop.getInstance;
desktop.restoreLayout('Default');

40 个评论

Thank you SO much, I am not a whiz at this but I am making progress.
very good advice
Excellent! It is the best way.
Many thanks for good advice
Hi I managed to restore the workspace but I still can't view the scrips and live scripts in the same workspace? What do I need to do to restore everything in the main window?
Best regards,
Elena
2020 and still this topic is useful. thank you so much!!
thank man its very useful info
You save my exam! Thanks!
Bro why so much, in Home, select layout and click default
Thank you very much it was very useful to me!
Thank so much for helping us
it didn't work for me
the worspace is not showing up
OK, but I think @Steven Lord's answer is preferred. Simply do
Home tab of tool ribbon -> Layout dropdown button -> select Default.
This is exactly what I was looking for. Thanks.

请先登录,再进行评论。

类别

Community Treasure Hunt

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

Start Hunting!

Translated by