Reputation: 2059
How do I reset the layout of Matlab in commandline instead of clicking it (shown below)? Googled but could not find, this question/answer might help others to find this information.
Upvotes: 1
Views: 624
Reputation: 6863
From undocumentedmatlab.com:
desktop = com.mathworks.mde.desk.MLDesktop.getInstance;
desktop.restoreLayout('Default');
Upvotes: 1