I like the new colororder gem12. I'd like to set it as my default in my startup file. However the following returns an error. What have I done wrong?
set(groot, "defaultaxescolororder",gem12)

 採用された回答

Walter Roberson
Walter Roberson 2024 年 1 月 31 日

0 投票

C = orderedcolors("gem12");
set(groot, "defaultaxescolororder", C)

1 件のコメント

Roy Goodman
Roy Goodman 2024 年 1 月 31 日
That does the trick. Thanks!

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeStartup and Shutdown についてさらに検索

製品

リリース

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by