Launch a desktop layout programmatically

12 ビュー (過去 30 日間)
Matt J
Matt J 2025 年 5 月 12 日
コメント済み: TED MOSBY 2025 年 5 月 17 日
In the Environment seciton of the desktop's Home Tab, there is an area for saving and loading one's preferred desktop layouts:
What I'd like to know is, once you've created and saved a desktop layout, is there a way to launch it programmatically?

採用された回答

TED MOSBY
TED MOSBY 2025 年 5 月 13 日
Hi Matt,
As I understand from your question, you want to launch a saved desktop layout programmatically. For that you can run the commands shown below in MATLAB command window:
desktop = com.mathworks.mde.desk.MLDesktop.getInstance;
desktop.restoreLayout('fav');
Here "fav" is the name of the layout you had saved. Please note the commands are case senstitive.
Hope this helps!
  4 件のコメント
TED MOSBY
TED MOSBY 2025 年 5 月 13 日
編集済み: TED MOSBY 2025 年 5 月 13 日

It doesn't show such warning in my editor though but let me see some other workaround

TED MOSBY
TED MOSBY 2025 年 5 月 17 日
Couldnt find any other workaround, but you can use this for the time being!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

タグ

製品


リリース

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by